Skip to content

Commit

Permalink
Merge pull request #233 from friedemannsommer/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/checkout-4.2.2

Bump actions/checkout from 4.2.0 to 4.2.2
  • Loading branch information
friedemannsommer authored Oct 29, 2024
2 parents 8913740 + 612abef commit b070278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: Download zola
run: curl -sL https://github.com/getzola/zola/releases/download/${{ env.ZOLA_VERSION }}/zola-${{ env.ZOLA_VERSION }}-x86_64-unknown-linux-gnu.tar.gz | sudo tar xvzf - -C /usr/local/bin
- name: Build site
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: Download zola
run: curl -sL https://github.com/getzola/zola/releases/download/${{ env.ZOLA_VERSION }}/zola-${{ env.ZOLA_VERSION }}-x86_64-unknown-linux-gnu.tar.gz | sudo tar xvzf - -C /usr/local/bin
- name: Check site
Expand Down

0 comments on commit b070278

Please sign in to comment.