diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2024-11-14 01:12:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-14 01:12:46 -0500 |
commit | ef3f7feeb635e42ef107271edccc952d512ea718 (patch) | |
tree | 658104928421063848580677860e22429141b343 | |
parent | 613bfff7ffae94b76c9d3bd46b50b42ea4ceb164 (diff) | |
parent | 21a41031f140209ef81e7cce0eeba1c096799340 (diff) | |
download | stasis-ef3f7feeb635e42ef107271edccc952d512ea718.tar.gz |
Merge pull request #68 from spacetelescope/dependabot/github_actions/dot-github/workflows/actions-5f967e2fbc
Bump actions/checkout from 4.2.1 to 4.2.2 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 ef41555..d9ddd20 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set reusable strings id: strings |