diff --git a/.github/workflows/master-pushed.yml b/.github/workflows/master-pushed.yml index f76ebef..32739d1 100644 --- a/.github/workflows/master-pushed.yml +++ b/.github/workflows/master-pushed.yml @@ -18,7 +18,7 @@ jobs: # which the branch is protected by https://github.com/taskworld/positioning-strategy/settings/branch_protection_rules/25790813 token: ${{ secrets.GIT_PUSH_TOKEN }} - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version-file: 'package.json' registry-url: 'https://registry.npmjs.org'