diff options
| author | Christian Cleberg <[email protected]> | 2026-07-15 20:00:55 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-07-15 20:00:55 -0500 |
| commit | b452e6b43d13c84d6b869dc70c9d97b4a7e30156 (patch) | |
| tree | 7ca2528fdf69109f63612ec437b8b736e5e85b1c | |
| parent | e2481a6ca0b063606e9b6cf2d86c51cec5d6abf0 (diff) | |
| download | hutch-b452e6b43d13c84d6b869dc70c9d97b4a7e30156.tar.gz hutch-b452e6b43d13c84d6b869dc70c9d97b4a7e30156.tar.bz2 hutch-b452e6b43d13c84d6b869dc70c9d97b4a7e30156.zip | |
bump actions/checkout version
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c992758..283daec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: runs-on: macos-26 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Show toolchain run: | |
