diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 10c0d494..6eb85528 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -15,7 +15,7 @@ jobs: if: (github.actor == 'dependabot[bot]' || github.actor == 'dependabot' || github.actor == 'renovate[bot]' || github.actor == 'renovate') && github.repository == 'internetee/rest-whois' steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install GitHub CLI and jq run: | diff --git a/.github/workflows/deploy-pr-staging.yml b/.github/workflows/deploy-pr-staging.yml index 9689e935..ef1c568a 100644 --- a/.github/workflows/deploy-pr-staging.yml +++ b/.github/workflows/deploy-pr-staging.yml @@ -34,7 +34,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/ruby.yml b/.github/workflows/ruby.yml index 4fd2d00c..1d8e6158 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -28,7 +28,7 @@ jobs: continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }}