Skip to content

Commit d91eda6

Browse files
authored
Merge pull request #42 from codingo/dependabot/github_actions/actions/checkout-4
ci: bump actions/checkout from 3 to 4
2 parents a113b8d + 917ebc2 commit d91eda6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-18.04
1111
steps:
1212
- uses: actions/checkout@master
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
submodules: true # Fetch Hugo themes (true OR recursive)
1616
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
1717

1818
- name: Checkout gh-pages branch
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
with:
2121
ref: gh-pages
2222
path: gh-pages

0 commit comments

Comments
 (0)