diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f47b9e7..60d3a51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ matrix: node-version: [20.x] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 89670d8..8aea39a 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@v4 + uses: actions/checkout@v5 - name: Install ESLint Dependencies run: | diff --git a/.github/workflows/watcher.yml b/.github/workflows/watcher.yml index f713183..fe002e0 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@v4 + - uses: actions/checkout@v5 - name: Use Node.js 20.x uses: actions/setup-node@v4 with: