Skip to content

Commit fe728d9

Browse files
committed
updating GitHub actions components version
1 parent 6d933be commit fe728d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-github-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323

2424
steps:
2525
- name: Checkout main
26-
uses: actions/checkout@v2.3.4
26+
uses: actions/checkout@v3
2727
with:
2828
ref: main
2929
fetch-depth: 32
3030
path: main
3131

3232
- name: Checkout gh-pages
33-
uses: actions/checkout@v2.3.4
33+
uses: actions/checkout@v3
3434
with:
3535
ref: gh-pages
3636
path: gh-pages

0 commit comments

Comments
 (0)