diff --git a/.github/workflows/release-github-actions.yml b/.github/workflows/release-github-actions.yml index e7eaec8..6cf990c 100644 --- a/.github/workflows/release-github-actions.yml +++ b/.github/workflows/release-github-actions.yml @@ -30,11 +30,11 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 # full history + tags needed to compute the next version - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '24'