diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3bf7d3ad..3f7970c0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,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/prettier.yml b/.github/workflows/prettier.yml index 9e5acaa3..c8a562bb 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -12,7 +12,7 @@ jobs: name: Do the files need to be linted? runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: node-version: lts/* diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28b2eb56..19ab7184 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: app-id: ${{ vars.OCTOKIT_APP_ID }} private-key: ${{ secrets.OCTOKIT_APP_PRIVATE_KEY }} owner: octokit # Needed to be able to close issues in other repositories - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: cache: npm diff --git a/.github/workflows/update-prettier.yml b/.github/workflows/update-prettier.yml index 69bba1a0..0cd05a3c 100644 --- a/.github/workflows/update-prettier.yml +++ b/.github/workflows/update-prettier.yml @@ -12,7 +12,7 @@ jobs: with: app-id: ${{ vars.OCTOKIT_APP_ID }} private-key: ${{ secrets.OCTOKIT_APP_PRIVATE_KEY }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: node-version: lts/* diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index ff27ea67..936b6587 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -23,7 +23,7 @@ jobs: with: app-id: ${{ vars.OCTOKIT_APP_ID }} private-key: ${{ secrets.OCTOKIT_APP_PRIVATE_KEY }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: cache: npm