diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2024-10-14 15:56:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-14 15:56:16 -0400 |
commit | 8edc87d51900ccf7d1d67ad3647a4b8fa2d9b7ae (patch) | |
tree | 2ae582d63c989ca995f143e2e6115336cf4eca4e | |
parent | e9e6ce47c4c16abff367aedf2ee23781dd9e3554 (diff) | |
parent | 3c6426844a1e09e2de4b1e5fde31eaba9d99df29 (diff) | |
download | stasis-8edc87d51900ccf7d1d67ad3647a4b8fa2d9b7ae.tar.gz |
Merge pull request #62 from spacetelescope/dependabot/github_actions/dot-github/workflows/actions-a9bb80ae19
Bump actions/checkout from 4.2.0 to 4.2.1 in /.github/workflows in the actions group
-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 0154b1f..f141141 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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Set reusable strings id: strings |