diff --git a/.github/workflows/gitevents.yml b/.github/workflows/gitevents.yml index aab6dc8..9fa39da 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.1.2 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 12 - name: gitevents