We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496a7ac commit db40289Copy full SHA for db40289
.github/workflows/test.yml
@@ -61,8 +61,8 @@ jobs:
61
# do not run from forks, as forks don’t have access to repository secrets
62
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.owner.login == github.event.pull_request.base.repo.owner.login
63
steps:
64
- - uses: actions/checkout@v5
65
- - uses: actions/setup-node@v4
+ - uses: actions/checkout@v6
+ - uses: actions/setup-node@v6
66
with:
67
node-version-file: package.json
68
cache: 'npm'
0 commit comments