Skip to content

Commit 7085fd9

Browse files
chore(deps): update actions/checkout action to v6 (#326)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a4435de commit 7085fd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ports:
2222
- 27017:27017
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v6
2525
with:
2626
# Disabling shallow clone is recommended for improving relevancy of reporting
2727
fetch-depth: 0

.github/workflows/dockerize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
with:
1717
# Disabling shallow clone is recommended for improving relevancy of reporting
1818
fetch-depth: 0

0 commit comments

Comments
 (0)