Skip to content

Commit d54c0a2

Browse files
authored
Merge pull request #4 from Sirivasv/dependabot/github_actions/actions/checkout-5
bump actions/checkout from 4 to 5
2 parents 2ad9969 + 2fddc83 commit d54c0a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npmjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contents: read
1212
id-token: write
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
# Setup .npmrc file to publish to npm
1616
- uses: actions/setup-node@v4
1717
with:

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
- name: Setup Pages
3737
uses: actions/configure-pages@v5
3838
- name: Upload artifact

0 commit comments

Comments
 (0)