diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a792f13..411d411 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ matrix: node-version: [20.x] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6 with: diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 7c2e6f5..8e84c56 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -28,7 +28,7 @@ jobs: actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install ESLint Dependencies run: | diff --git a/.github/workflows/watcher.yml b/.github/workflows/watcher.yml index d00c52d..32dbf5e 100644 --- a/.github/workflows/watcher.yml +++ b/.github/workflows/watcher.yml @@ -27,7 +27,7 @@ jobs: GHWATCHER_ENABLE_DEPENDABOT: true GHWATCHER_BASEURL: https://api.github.com steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Use Node.js 24.x uses: actions/setup-node@v6 with: