diff --git a/.github/workflows/dependabot-slack-notification.yml b/.github/workflows/dependabot-slack-notification.yml index 7f8c9d3..0c2f308 100644 --- a/.github/workflows/dependabot-slack-notification.yml +++ b/.github/workflows/dependabot-slack-notification.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Restore cached Slack message timestamp id: slack-message-timestamp-cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: slack-ts.txt key: slack-ts-pr-${{ github.event.pull_request.number }} @@ -47,7 +47,7 @@ jobs: - name: Cache Slack message timestamp if: github.event.action == 'opened' - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: slack-ts.txt key: slack-ts-pr-${{ github.event.pull_request.number }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 732d30f..b3489d2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run tests run: docker compose run --rm test