Skip to content

Commit ada8829

Browse files
authored
chore: bump versions (#23)
1 parent f5f514b commit ada8829

4 files changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/codeowners-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/gha-workflow-validation.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

.github/workflows/go-mod-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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

.github/workflows/pr-draft-nudge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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}}

0 commit comments

Comments
 (0)