Skip to content

Commit

Permalink
Bump actions/checkout (#2)
Browse files Browse the repository at this point in the history
* Update ci.yml

* Update docs.yml
  • Loading branch information
tcrouch authored Apr 7, 2024
1 parent 4049d19 commit 52789e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Crystal 🔮
uses: crystal-lang/install-crystal@v1
- name: Install shards ✨
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
image: crystallang/crystal
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down

0 comments on commit 52789e3

Please sign in to comment.