Merge pull request #136 from openscad/dependabot/github_actions/github-actions-76468cb07f
chore(ci): bump actions/checkout from 5 to 6 in the github-actions group
This commit is contained in:
commit
3858c9f9c5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
env:
|
||||
CI: true
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- name: Setup node ${{ matrix.node.name }}
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue