Skip to content

Commit b87e57b

Browse files
Merge pull request #6 from kiwilan/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 3d1aa8e + cc97ea2 commit b87e57b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: ${{ matrix.stability }} - ${{ matrix.os }}
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- uses: actions/setup-node@v3
2020
with:

.github/workflows/update-changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
with:
1818
ref: main
1919

0 commit comments

Comments
 (0)