diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 175ba2b..f5bb9e6 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -16,7 +16,7 @@ jobs: if: (github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]') && github.repository == 'internetee/whois' steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install GitHub CLI run: | diff --git a/.github/workflows/deploy-pr-staging.yml b/.github/workflows/deploy-pr-staging.yml index 9b1c6a4..edcefd4 100644 --- a/.github/workflows/deploy-pr-staging.yml +++ b/.github/workflows/deploy-pr-staging.yml @@ -26,7 +26,7 @@ jobs: steps: - name: ⬇️ Checkout application code - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: refs/pull/${{ github.event.inputs.pr_number }}/merge diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1a6fb58..f689c31 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: DISABLE_SPRING: 1 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: