Skip to content

Commit 5529636

Browse files
authored
Merge pull request #731 from fossa-app/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents eb91787 + 08464da commit 5529636

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: "Checkout"
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
with:
2828
lfs: true
2929
fetch-depth: 0
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ubuntu-latest
6868
steps:
6969
- name: "Checkout"
70-
uses: actions/checkout@v4
70+
uses: actions/checkout@v5
7171
with:
7272
lfs: true
7373
fetch-depth: 0

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
with:
2828
fetch-depth: 0
2929

0 commit comments

Comments
 (0)