diff --git a/.github/workflows/gitevents-invite.yml b/.github/workflows/gitevents-invite.yml index 03131ab..37637fa 100644 --- a/.github/workflows/gitevents-invite.yml +++ b/.github/workflows/gitevents-invite.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: 22 - name: gitevents diff --git a/.github/workflows/gitevents.yml b/.github/workflows/gitevents.yml index 6ec1b06..43f3344 100644 --- a/.github/workflows/gitevents.yml +++ b/.github/workflows/gitevents.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: 22 - name: gitevents