Skip to content

Commit 75bbe2d

Browse files
authored
Merge pull request #125 from openscad/dependabot/github_actions/github-actions-9fefc21f71
chore(ci): bump the github-actions group with 2 updates
2 parents 869a4c1 + f5c4475 commit 75bbe2d

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
@@ -19,9 +19,9 @@ jobs:
1919
env:
2020
CI: true
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- name: Setup node ${{ matrix.node.name }}
24-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@v5
2525
with:
2626
node-version: ${{ matrix.node.version }}
2727
- run: npm install

0 commit comments

Comments
 (0)