Skip to content

Commit

Permalink
Bump actions/checkout@v4 for website
Browse files Browse the repository at this point in the history
note: cannot use checkout@v4 for testsuite
probably need to rebuild the docker container
for the perl-compiler.
  • Loading branch information
atoomic committed Jan 8, 2024
1 parent 55850f6 commit 00585f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
Expand Down

0 comments on commit 00585f7

Please sign in to comment.