Skip to content

Commit 06ed494

Browse files
Update actions/checkout action to v5
Signed-off-by: Platform Engineering Bot <[email protected]>
1 parent 829cfb4 commit 06ed494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
container: quay.io/centos/centos:stream9
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- name: build
1414
run: |
1515
set -xeuo pipefail

0 commit comments

Comments
 (0)