diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2024-10-14 13:49:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-14 13:49:28 -0400 |
commit | e9e6ce47c4c16abff367aedf2ee23781dd9e3554 (patch) | |
tree | d77867a4ceb506d1ec45f8408e9b77214931a4ad /.github/workflows | |
parent | ca762e2fd21266e6ed7b800d135e386c2ec48861 (diff) | |
parent | 69b51278df47733ee7f2bb134b94f60b9286df93 (diff) | |
download | stasis-e9e6ce47c4c16abff367aedf2ee23781dd9e3554.tar.gz |
Merge pull request #47 from pllim/action-ver-hash
MNT: Use hash for Action workflow versions and update if needed
Diffstat (limited to '.github/workflows')
-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 |