Skip to content

Commit fea20f3

Browse files
committed
make sure we use appropriate versions to the rest of the actions
1 parent 925c76a commit fea20f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jekyll-gh-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
- name: setup ruby
2424
uses: ruby/setup-ruby@v1
2525
with:
@@ -44,7 +44,7 @@ jobs:
4444
run: bundle exec jekyll build
4545

4646
- name: Upload artifact
47-
uses: actions/upload-pages-artifact@v1
47+
uses: actions/upload-pages-artifact@v4
4848

4949
# Deployment job
5050
deploy:

0 commit comments

Comments
 (0)