Skip to content

Commit 8e31c39

Browse files
authored
Merge pull request #1 from Jszigeti/dependabot/github_actions/actions/checkout-6
ci: bump actions/checkout from 4 to 6
2 parents a4f3d38 + 35974cc commit 8e31c39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

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

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v6
1313

1414
- name: Use Node.js
1515
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)