diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7b61e5..d7272d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,11 +10,11 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: - node-version: 20 + node-version: 24 - run: npm install - run: npm run all - name: Verify no unstage changes diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d9e971f..cc4ef83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,17 +16,17 @@ jobs: update-version: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: token: ${{ secrets.FORESIGHT_GITHUB_TOKEN }} - name: Configure Git User run: | git config --global user.email "action@github.com" git config --global user.name "GitHub Action" - - name: Use Node.js 16.x - uses: actions/setup-node@v4 + - name: Use Node.js 24.x + uses: actions/setup-node@v6 with: - node-version: "20" + node-version: "24" registry-url: https://registry.npmjs.org - run: npm version ${{ github.event.inputs.version_scale }} - run: | @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest needs: [update-version] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: # ref is required # see: diff --git a/action.yml b/action.yml index cb3c025..ba4e2cf 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,7 @@ inputs: required: false runs: - using: "node20" + using: "node24" main: dist/main/index.js post: dist/post/index.js branding: