Skip to content

Commit 38dcc02

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
IS_NOT_PR: "${{ !github.head_ref && true }}"
2222
steps:
2323
- name: Checkout Sample-Server
24-
uses: actions/checkout@v5.0.1
24+
uses: actions/checkout@v6.0.0
2525
with:
2626
path: Sample-Server
2727
submodules: recursive

.github/workflows/git-mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: read
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0
2222
- name: "Sync repo"

0 commit comments

Comments
 (0)