Skip to content

Commit

Permalink
bump the checkout action to v4
Browse files Browse the repository at this point in the history
to adress the warning "The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2"
  • Loading branch information
patrickuhlmann committed Oct 20, 2024
1 parent 8d1e87f commit 306a175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Build 🏗️ with Jekyll 4
uses: jerryjvl/jekyll-build-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jekyll_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Build 🏗️
uses: jerryjvl/jekyll-build-action@v1
Expand Down

0 comments on commit 306a175

Please sign in to comment.