diff --git a/.github/workflows/codeowners-validation.yml b/.github/workflows/codeowners-validation.yml index a525fe2..4f2f815 100644 --- a/.github/workflows/codeowners-validation.yml +++ b/.github/workflows/codeowners-validation.yml @@ -35,14 +35,14 @@ jobs: id-token: write if: ${{ github.event_name == 'pull_request' && needs.filter-changes.outputs.codeowners == 'true' }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 1 persist-credentials: false - name: Setup GitHub Token id: gh-token - uses: smartcontractkit/.github/actions/setup-github-token@main + uses: smartcontractkit/.github/actions/setup-github-token@setup-github-token/v1 with: aws-role-arn: ${{ secrets.GATI_CODEOWNERS_IAM_ARN }} aws-lambda-url: ${{ secrets.GATI_CODEOWNERS_LAMBDA_URL }} diff --git a/.github/workflows/gha-workflow-validation.yml b/.github/workflows/gha-workflow-validation.yml index bd5008b..5f089c2 100644 --- a/.github/workflows/gha-workflow-validation.yml +++ b/.github/workflows/gha-workflow-validation.yml @@ -15,12 +15,15 @@ jobs: if: ${{ github.event_name == 'pull_request' }} steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 1 persist-credentials: false - name: Run gha-workflow-validator action - uses: smartcontractkit/.github/actions/gha-workflow-validator@gha-workflow-validator/0.5.3 + uses: smartcontractkit/.github/actions/gha-workflow-validator@gha-workflow-validator/v1 env: GITHUB_TOKEN: ${{ github.token }} + with: + # No longer needed - previously used when versions of actions/cache were being deprecated + validate-actions-cache-version: "false" diff --git a/.github/workflows/go-mod-validation.yml b/.github/workflows/go-mod-validation.yml index 5ab3ad6..ee0f7db 100644 --- a/.github/workflows/go-mod-validation.yml +++ b/.github/workflows/go-mod-validation.yml @@ -11,7 +11,7 @@ jobs: # Skip on merge group events if: ${{ github.event_name == 'pull_request' }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Validate go.mod uses: smartcontractkit/.github/apps/go-mod-validator@go-mod-validator/v1 diff --git a/.github/workflows/pr-draft-nudge.yml b/.github/workflows/pr-draft-nudge.yml index bd21a06..cfda94f 100644 --- a/.github/workflows/pr-draft-nudge.yml +++ b/.github/workflows/pr-draft-nudge.yml @@ -30,7 +30,7 @@ jobs: pull-requests: write steps: - name: Checkout org workflows - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: smartcontractkit/${{ env.PATH_TO_REPO_SELF}} path: ${{ env.PATH_TO_REPO_SELF}}