Skip to content

Commit

Permalink
Bump checkout action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendolan committed Nov 8, 2023
1 parent 946d920 commit 8ff0a6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lucky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: crystal-lang/install-crystal@v1
with:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: crystal-lang/install-crystal@v1
with:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
--health-retries 5
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: crystal-lang/install-crystal@v1
with:
Expand Down

0 comments on commit 8ff0a6e

Please sign in to comment.