Skip to content

Commit 21d1687

Browse files
Update actions/checkout action to v5
1 parent e4ee7f3 commit 21d1687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
sudo apt-get -qq install ./dokkoo_${version}_amd64.deb > /dev/null
1818
printf "Installed Dokkoo v${version}"
1919
- name: Checkout Mokk
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v5
2121
with:
2222
path: ./mokk
2323
- name: Checkout GitHub Pages environment
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v5
2525
with:
2626
ref: gh-pages
2727
path: ./gh-pages

0 commit comments

Comments
 (0)