diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index 78ad323..7e50a9b 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -11,7 +11,7 @@ jobs: if: github.event.pull_request.user.login == 'dependabot[bot]' steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Enable Pull Request Automerge run: gh pr merge --squash --auto ${{ github.event.pull_request.number }} env: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4c9c092..ad03b1c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest needs: [check-project-std] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: aws-actions/setup-sam@v2 with: