Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent ec50ef1 commit 23b1550
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
driver_kind: ["cuda"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Load CUDA config
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
matrix:
driver_kind: ["grid"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Load GRID config
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
driver_kind: ["cuda"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Load CUDA config
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
matrix:
driver_kind: ["grid"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Load GRID config
Expand Down

0 comments on commit 23b1550

Please sign in to comment.