Skip to content

Commit

Permalink
Merge pull request #813 from fosskers/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
fosskers authored Sep 5, 2023
2 parents 091ef55 + ffd07d9 commit 4f34f18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install mdbook
uses: peaceiris/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
stack-version: "latest"

- name: Clone project
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache dependencies
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: pacman -Sy rust gcc glibc openssl pkgconf --noconfirm

- name: Clone Project
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache Dependencies
uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 4f34f18

Please sign in to comment.