diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-06-10 09:02:01 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-06-10 09:02:06 -0400 |
commit | 3259fe64acbf25f12185e967c9d389064463db37 (patch) | |
tree | a2ae61eda9a741559adf6a1e6b447b369d41d408 | |
parent | a755754ee15b91434a0f362bcfcccb3ee885c538 (diff) | |
download | stasis-3259fe64acbf25f12185e967c9d389064463db37.tar.gz |
Update checkout@v4
-rw-r--r-- | .github/workflows/cmake-multi-platform.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 1dded94..6d4709a 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -29,7 +29,7 @@ jobs: c_compiler: gcc steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set reusable strings id: strings |