diff options
author | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2024-09-27 12:52:52 -0400 |
---|---|---|
committer | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2024-09-27 12:52:52 -0400 |
commit | 8371164a8eae7507ef6304bb6c36a4d4d06f8220 (patch) | |
tree | 389fa02a1c632c4fdd86cf517ba3361b89d23f2c | |
parent | 9691ccf51b3efd8113e9620c4afa8b5382d7f161 (diff) | |
download | stasis-8371164a8eae7507ef6304bb6c36a4d4d06f8220.tar.gz |
MNT: Use hash for Action workflow versions and update if needed
-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 79cdf87..0154b1f 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@v4 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Set reusable strings id: strings |