Skip to content

Commit 53329a6

Browse files
actions/checkout ->v3
1 parent b5834cc commit 53329a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lambda-cobol-workflow.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
sam --version
3333
3434
- name: Checkout
35-
uses: actions/checkout@v2
35+
uses: actions/checkout@v3
3636

3737
- name: Configure AWS Credentials
3838
uses: aws-actions/configure-aws-credentials@v1
@@ -57,4 +57,4 @@ jobs:
5757
git diff --quiet && git diff --staged --quiet || git commit -m "execution update into README.md committed back by actor $GITHUB_ACTOR on $HELMALYZER_TIMESTAMP (workflow: $GITHUB_WORKFLOW - job: $GITHUB_JOB - sha: $GITHUB_SHA - ref: $GITHUB_REF)"
5858
git config pull.rebase false
5959
git diff --quiet && git diff --staged --quiet || git pull
60-
git push https://$GITHUB_ACTOR:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
60+
git push https://$GITHUB_ACTOR:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY

0 commit comments

Comments
 (0)