diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdf9562..f11b7e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Run actionlint - uses: rhysd/actionlint@v1.7.10 + uses: rhysd/actionlint@v1.7.11 # Check code quality check: diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 2700efb..0b9cd33 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -32,7 +32,7 @@ jobs: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Wait for CI to pass - uses: lewagon/wait-on-check-action@v1.5.0 + uses: lewagon/wait-on-check-action@v1.6.0 with: ref: ${{ github.event.pull_request.head.sha || github.sha }} check-name: 'Test'