Skip to content

Commit 167e1b7

Browse files
Update actions/checkout action to v6
1 parent dcbe98b commit 167e1b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Build Antora Site 🏗️
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121

2222
- name: Build Antora Site
2323
id: build_site
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
needs: build
6464
steps:
65-
- uses: actions/checkout@v4
65+
- uses: actions/checkout@v6
6666

6767
- name: Install OpenShift CLI tools
6868
uses: redhat-actions/openshift-tools-installer@v1

0 commit comments

Comments
 (0)