diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2026-04-08 11:55:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-08 11:55:14 -0400 |
| commit | 269e2c5eb511ef74fe293c428202ddeb38ada0db (patch) | |
| tree | 6494679477100a7d13eb9cefc15530a25cc3f9a5 | |
| parent | 2e84ea9c18c3fc86737e58f12b03181fd68e6e5a (diff) | |
| parent | dacaef8cbf8984fe2f545a2425001a8e1e0703c9 (diff) | |
| download | stasis-269e2c5eb511ef74fe293c428202ddeb38ada0db.tar.gz | |
Merge pull request #122 from spacetelescope/dependabot/github_actions/dot-github/workflows/actions-e6ee9d7de3
Bump actions/checkout from 6.0.1 to 6.0.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 c4e361f..e3f0ce7 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set reusable strings id: strings |
