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 2b02aab commit 38dcc02Copy full SHA for 38dcc02
.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@v5.0.1
+ uses: actions/checkout@v6.0.0
25
with:
26
path: Sample-Server
27
submodules: recursive
.github/workflows/git-mirror.yml
@@ -16,7 +16,7 @@ jobs:
16
contents: read
17
18
- name: Checkout repository
19
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
20
fetch-depth: 0
- name: "Sync repo"
0 commit comments