Skip to content

Commit ec48267

Browse files
TingluoHuangSarah Edwards
andauthored
Suggest customers to use actions/checkout@v2 (#23978)
Co-authored-by: Sarah Edwards <skedwards88@github.com>
1 parent c76a6c5 commit ec48267

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ env:
8585
# permission can be added at job level or workflow level
8686
permissions:
8787
id-token: write
88-
contents: read # This is required for actions/checkout@v1
88+
contents: read # This is required for actions/checkout@v2
8989
jobs:
9090
S3PackageUpload:
9191
runs-on: ubuntu-latest
9292
steps:
9393
- name: Git clone the repository
94-
uses: actions/checkout@v1
94+
uses: actions/checkout@v2
9595
- name: configure aws credentials
9696
uses: aws-actions/configure-aws-credentials@master
9797
with:

0 commit comments

Comments
 (0)