Skip to content

Commit 9e1e095

Browse files
authored
Merge pull request #1 from Monnify/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 4 to 7
2 parents ddcff97 + 9c3c529 commit 9e1e095

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build-and-test:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v7
1616
with:
1717
fetch-depth: 0 # full history - Nerdbank.GitVersioning needs it to compute the version
1818

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
analyze:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v7
2020
with:
2121
fetch-depth: 0 # full history - Nerdbank.GitVersioning needs it to compute the version
2222

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
outputs:
1919
version: ${{ steps.version.outputs.value }}
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v7
2222
with:
2323
fetch-depth: 0
2424

0 commit comments

Comments
 (0)