Skip to content

Commit 5891cab

Browse files
chore(deps): update actions/checkout action to v5 (#444)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 13f808d commit 5891cab

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@v4.3.0
24+
uses: actions/checkout@v5.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
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0
2020
- name: "Sync repo"

0 commit comments

Comments
 (0)