diff --git a/.github/workflows/check-secrets.yml b/.github/workflows/check-secrets.yml index 7f76463..4ca8017 100644 --- a/.github/workflows/check-secrets.yml +++ b/.github/workflows/check-secrets.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -245,7 +245,7 @@ jobs: - name: Comment on PR (if secrets found) if: failure() && github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | github.rest.issues.createComment({