Skip to content

Commit a937b6f

Browse files
authored
Merge pull request #1 from G4brym/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 138ea97 + 9bf9091 commit a937b6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
build:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
- name: Set up Node.js
2525
uses: actions/setup-node@v4
2626
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
publish:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- name: Setup .npmrc file to publish to npm
1515
uses: actions/setup-node@v4
1616
with:

0 commit comments

Comments
 (0)