File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ jobs:
3535 id-token : write
3636 if : ${{ github.event_name == 'pull_request' && needs.filter-changes.outputs.codeowners == 'true' }}
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v6
3939 with :
4040 fetch-depth : 1
4141 persist-credentials : false
4242
4343 - name : Setup GitHub Token
4444 id : gh-token
45- uses : smartcontractkit/.github/actions/setup-github-token@main
45+ uses : smartcontractkit/.github/actions/setup-github-token@setup-github-token/v1
4646 with :
4747 aws-role-arn : ${{ secrets.GATI_CODEOWNERS_IAM_ARN }}
4848 aws-lambda-url : ${{ secrets.GATI_CODEOWNERS_LAMBDA_URL }}
Original file line number Diff line number Diff line change @@ -15,12 +15,15 @@ jobs:
1515 if : ${{ github.event_name == 'pull_request' }}
1616 steps :
1717 - name : Checkout Repo
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 1
2121 persist-credentials : false
2222
2323 - name : Run gha-workflow-validator action
24- uses : smartcontractkit/.github/actions/gha-workflow-validator@gha-workflow-validator/0.5.3
24+ uses : smartcontractkit/.github/actions/gha-workflow-validator@gha-workflow-validator/v1
2525 env :
2626 GITHUB_TOKEN : ${{ github.token }}
27+ with :
28+ # No longer needed - previously used when versions of actions/cache were being deprecated
29+ validate-actions-cache-version : " false"
Original file line number Diff line number Diff line change 1111 # Skip on merge group events
1212 if : ${{ github.event_name == 'pull_request' }}
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515
1616 - name : Validate go.mod
1717 uses : smartcontractkit/.github/apps/go-mod-validator@go-mod-validator/v1
Original file line number Diff line number Diff line change 3030 pull-requests : write
3131 steps :
3232 - name : Checkout org workflows
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v6
3434 with :
3535 repository : smartcontractkit/${{ env.PATH_TO_REPO_SELF}}
3636 path : ${{ env.PATH_TO_REPO_SELF}}
You can’t perform that action at this time.
0 commit comments