diff --git a/.github/workflows/nodejs-ci-action.yml b/.github/workflows/nodejs-ci-action.yml index 4b4501b..8b0aa4f 100644 --- a/.github/workflows/nodejs-ci-action.yml +++ b/.github/workflows/nodejs-ci-action.yml @@ -16,7 +16,7 @@ jobs: node-version: [20.x, 22.x, 24.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index ebd801a..81e9f47 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -14,7 +14,7 @@ jobs: release-type: node package-name: openshift-rest-client - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 if: ${{ steps.release.outputs.release_created }} - uses: actions/setup-node@v3 with: