diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86905c3..a5bc612 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Node.js id: setup-node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version-file: .node-version cache: npm @@ -54,7 +54,7 @@ jobs: - name: Setup Node.js id: setup-node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version-file: .node-version cache: npm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5507dc3..3982d90 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js id: setup-node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version-file: .node-version cache: npm diff --git a/action.yml b/action.yml index 9fe3b82..ebda403 100644 --- a/action.yml +++ b/action.yml @@ -36,7 +36,7 @@ runs: using: 'composite' steps: - name: Use Node.js 20.x - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 if: contains(github.actor,'bot') == false with: node-version: 20.x