We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4435de commit 7085fd9Copy full SHA for 7085fd9
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
ports:
22
- 27017:27017
23
steps:
24
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
25
with:
26
# Disabling shallow clone is recommended for improving relevancy of reporting
27
fetch-depth: 0
.github/workflows/dockerize.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
15
16
17
18
0 commit comments