Skip to content

Commit e5d57db

Browse files
c-gitNewbytee
authored andcommitted
Change to updated version of checkout action (getzola#2340)
1 parent 460df30 commit e5d57db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/documentation/deployment/github-pages.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if: github.ref == 'refs/heads/main'
4848
steps:
4949
- name: checkout
50-
uses: actions/checkout@v3.0.0
50+
uses: actions/checkout@v4
5151
- name: build_and_deploy
5252
uses: shalzz/[email protected]
5353
env:
@@ -78,7 +78,7 @@ jobs:
7878
if: github.ref != 'refs/heads/main'
7979
steps:
8080
- name: 'checkout'
81-
uses: actions/checkout@v3.0.0
81+
uses: actions/checkout@v4
8282
- name: 'build'
8383
uses: shalzz/[email protected]
8484
env:
@@ -91,7 +91,7 @@ jobs:
9191
if: github.ref == 'refs/heads/main'
9292
steps:
9393
- name: 'checkout'
94-
uses: actions/checkout@v3.0.0
94+
uses: actions/checkout@v4
9595
- name: 'build and deploy'
9696
uses: shalzz/[email protected]
9797
env:

0 commit comments

Comments
 (0)