Skip to content

Commit 93fd72d

Browse files
authored
Merge pull request #465 from GSA/dependabot/github_actions/github-actions-b98f4931f4
build(deps): bump the github-actions group with 2 updates
2 parents 792f4e5 + 3d515ea commit 93fd72d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/content_scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v5
1818

1919
- name: Install node.js.
20-
uses: actions/setup-node@v5
20+
uses: actions/setup-node@v6
2121
with:
2222
node-version-file: 'package.json'
2323

@@ -32,7 +32,7 @@ jobs:
3232
run: npm run cypress:gh
3333

3434
- name: cypress-artifacs
35-
uses: actions/upload-artifact@v4
35+
uses: actions/upload-artifact@v5
3636
if: failure()
3737
with:
3838
name: cypress-artifacts

.github/workflows/snyk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v5
1818

1919
- name: Setup Node.js
20-
uses: actions/setup-node@v5
20+
uses: actions/setup-node@v6
2121
with:
2222
node-version-file: 'package.json'
2323
cache: 'npm'

0 commit comments

Comments
 (0)