Skip to content

Commit

Permalink
Upgrade github actions (#1792)
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse authored Nov 11, 2024
1 parent b418f0d commit b3e1b22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
coverage: none

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialize tests
run: make initialize
Expand Down

0 comments on commit b3e1b22

Please sign in to comment.