diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-30 17:55:30 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-30 17:55:30 -0400 |
| commit | 5c13f8d8b90056c13779d5b72d02a1c6dbce0e26 (patch) | |
| tree | 1598a3a27e10933d1c689f9e5685fb9bab5aeb29 /.github/workflows/flakehub-publish.yaml | |
| parent | 3809d7bbc1ed8e0ddc056d8b91e62a3507c28d39 (diff) | |
actions: bump actions/checkout from 4.1.7 to 4.2.0 (#42)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/flakehub-publish.yaml')
| -rw-r--r-- | .github/workflows/flakehub-publish.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/flakehub-publish.yaml b/.github/workflows/flakehub-publish.yaml index f513318..161f353 100644 --- a/.github/workflows/flakehub-publish.yaml +++ b/.github/workflows/flakehub-publish.yaml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install Nix uses: DeterminateSystems/nix-installer-action@da36cb69b1c3247ad7a1f931ebfd954a1105ef14 # v14 |
