Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2023
1 parent 1698f64 commit fcdf107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
sudo apt-get -qq install ./dokkoo_${version}_amd64.deb > /dev/null
printf "Installed Dokkoo v${version}"
- name: Checkout Mokk
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: ./mokk
- name: Checkout GitHub Pages environment
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: gh-pages
path: ./gh-pages
Expand Down

0 comments on commit fcdf107

Please sign in to comment.