diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 25cb84b..8e7a98a 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@v3 + - uses: actions/checkout@v4 - 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 8e90edf..fdb395b 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -31,7 +31,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Super-Linter requires full repository history for analysis fetch-depth: 0