Skip to content

Commit db40289

Browse files
parkerbxyzCopilot
andcommitted
build(deps): bump actions versions in test.yml
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> (cherry picked from commit e295338)
1 parent 496a7ac commit db40289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
# do not run from forks, as forks don’t have access to repository secrets
6262
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.owner.login == github.event.pull_request.base.repo.owner.login
6363
steps:
64-
- uses: actions/checkout@v5
65-
- uses: actions/setup-node@v4
64+
- uses: actions/checkout@v6
65+
- uses: actions/setup-node@v6
6666
with:
6767
node-version-file: package.json
6868
cache: 'npm'

0 commit comments

Comments
 (0)