diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index fc116b5..9965539 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/dependabot-approve-and-auto-merge.yml b/.github/workflows/dependabot-approve-and-auto-merge.yml index 43ef8a8..0797e92 100644 --- a/.github/workflows/dependabot-approve-and-auto-merge.yml +++ b/.github/workflows/dependabot-approve-and-auto-merge.yml @@ -10,7 +10,7 @@ jobs: steps: # Checkout the source code - name: 'Checkout source code' - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: 'Fetch Dependabot metadata' id: dependabot-fetch diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index d7187b2..b2fe84e 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -25,7 +25,7 @@ jobs: # a new release is created: if: ${{ steps.release.outputs.release_created }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Node uses: actions/setup-node@v5 if: ${{ steps.release.outputs.release_created }}