diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 3e3106d..7cc9b1d 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 4 if: "!contains(github.event.head_commit.message, 'update changelog')" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index d6383a7..32b70bd 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -40,7 +40,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: # Super-Linter requires full repository history for analysis fetch-depth: 0