Skip to content

Commit b6797ff

Browse files
authored
Merge pull request #198 from AFASSoftware/dependabot/github_actions/github-actions-1e4b3643b8
ci(deps): bump the github-actions group with 4 updates
2 parents ae6dfef + d450507 commit b6797ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@ jobs:
1818
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v6
2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v4
23+
uses: actions/setup-node@v6
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
cache: 'npm'
2727
- run: npm ci
2828
- run: npm run ci
2929
- name: Publish to NPM if version in package.json has changed
3030
id: publish
31-
uses: JS-DevTools/npm-publish@v3
31+
uses: JS-DevTools/npm-publish@v4
3232
with:
3333
token: ${{ secrets.NPM_TOKEN }}
3434
provenance: true
3535
- name: Create tag
3636
if: steps.publish.outputs.type
37-
uses: actions/github-script@v6
37+
uses: actions/github-script@v8
3838
with:
3939
script: |
4040
github.rest.git.createRef({

0 commit comments

Comments
 (0)