Skip to content

Commit db02e5b

Browse files
authored
Merge pull request #2 from baptistecdr/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents 7a22930 + e15ba26 commit db02e5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
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@v3
13+
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v3
1515
with:
1616
node-version-file: 'package.json'

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
command: manifest
1919

20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
2323
ref: 'latest'

0 commit comments

Comments
 (0)