Skip to content

Commit

Permalink
bump checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
atravitz committed Nov 25, 2024
1 parent cf8a36b commit c18d798
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
os: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Additional info about the build
run: |
uname -a
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clean_cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cleanup
run: |
Expand Down

0 comments on commit c18d798

Please sign in to comment.