diff --git a/.github/workflows/auto-merge-required-qa.workflow.yml b/.github/workflows/auto-merge-required-qa.workflow.yml index 3c2fc229..941e3593 100644 --- a/.github/workflows/auto-merge-required-qa.workflow.yml +++ b/.github/workflows/auto-merge-required-qa.workflow.yml @@ -27,7 +27,7 @@ jobs: environment: admin steps: - name: ⬇️ Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: 🔍 Search PRs requires-manual-qa id: search_prs diff --git a/.github/workflows/auto-release.workflow.yml b/.github/workflows/auto-release.workflow.yml index fe7d95e6..fd9c71cf 100644 --- a/.github/workflows/auto-release.workflow.yml +++ b/.github/workflows/auto-release.workflow.yml @@ -50,7 +50,7 @@ jobs: environment: admin steps: - name: 📥 Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.PAT_FINE }} diff --git a/.github/workflows/dependabot-auto-merge.workflow.yml b/.github/workflows/dependabot-auto-merge.workflow.yml index b35c94e6..9b4443ec 100644 --- a/.github/workflows/dependabot-auto-merge.workflow.yml +++ b/.github/workflows/dependabot-auto-merge.workflow.yml @@ -81,7 +81,7 @@ jobs: PR_URL: ${{github.event.pull_request.html_url}} GITHUB_TOKEN: ${{ secrets.PAT_FINE }} - name: ⬇️ Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: 👤 Assign PR to user run: gh pr edit $PR_URL --add-assignee "${{ env.ACTOR_USERNAME }}" env: diff --git a/.github/workflows/publish-npm.workflow.yml b/.github/workflows/publish-npm.workflow.yml index 5326f4d2..28b0f470 100644 --- a/.github/workflows/publish-npm.workflow.yml +++ b/.github/workflows/publish-npm.workflow.yml @@ -29,7 +29,7 @@ jobs: environment: admin steps: - name: 📚 checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: 🟢 node uses: actions/setup-node@v6 with: diff --git a/.github/workflows/pull-request.workflow.yml b/.github/workflows/pull-request.workflow.yml index 7d6154ed..77fb265a 100644 --- a/.github/workflows/pull-request.workflow.yml +++ b/.github/workflows/pull-request.workflow.yml @@ -23,7 +23,7 @@ jobs: timeout-minutes: 2 steps: - name: 🔶 Check repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: 🟢 Use Node.js ${{ env.NODE_VERSION }} uses: actions/setup-node@v6 with: @@ -78,7 +78,7 @@ jobs: needs: build steps: - name: 🔶 Check repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: 🟢 Use Node.js ${{ env.NODE_VERSION }} uses: actions/setup-node@v6 with: @@ -321,7 +321,7 @@ jobs: name: 🐋 Start a single instance with docker run: ${{ matrix.database.run }} - name: 🔶 Check repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: 🟢 Use Node.js ${{ env.NODE_VERSION }} uses: actions/setup-node@v6 with: