Skip to content

Commit 28bbd16

Browse files
chore(deps): update actions/checkout action to v4
1 parent 1c0d844 commit 28bbd16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
name: Website
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
2424

.github/workflows/scans.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
sites: ${{ steps.init.outputs.sites }}
4545
config: ${{ steps.init.outputs.config }}
4646
steps:
47-
- uses: actions/checkout@v3
47+
- uses: actions/checkout@v4
4848
- id: init
4949
uses: "SocialGouv/dashlord-actions/init@v1"
5050
with:
@@ -62,7 +62,7 @@ jobs:
6262
matrix:
6363
sites: ${{ fromJson(needs.init.outputs.sites) }}
6464
steps:
65-
- uses: actions/checkout@v3
65+
- uses: actions/checkout@v4
6666
with:
6767
ref: ${{ github.ref }}
6868

0 commit comments

Comments
 (0)