diff --git a/.github/workflows/nodejs-ci-action.yml b/.github/workflows/nodejs-ci-action.yml index 56d5d34..36639ed 100644 --- a/.github/workflows/nodejs-ci-action.yml +++ b/.github/workflows/nodejs-ci-action.yml @@ -22,7 +22,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6 with: diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index d30a189..695827f 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -27,7 +27,7 @@ jobs: if: needs.release-please.outputs.release_created == 'true' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: release-please--branches--main--components--faas-js-runtime - name: Update package SBOM