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 13f808d commit 5891cabCopy full SHA for 5891cab
.github/workflows/build_containers.yml
@@ -21,7 +21,7 @@ jobs:
21
IS_NOT_PR: "${{ !github.head_ref && true }}"
22
steps:
23
- name: Checkout Sample-Server
24
- uses: actions/checkout@v4.3.0
+ uses: actions/checkout@v5.0.0
25
with:
26
path: Sample-Server
27
submodules: recursive
.github/workflows/git-mirror.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
- name: Checkout repository
17
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
18
19
fetch-depth: 0
20
- name: "Sync repo"
0 commit comments