diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-04 22:41:37 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2023-09-04 18:42:48 -0400 |
| commit | 43a54b71cd98f5e59a6a7d703b1fb00271ac6639 (patch) | |
| tree | 56d5c6b2fa301148bf72128bdc7234a94c487860 | |
| parent | f1cfcabefc30e93563106ccec737f7e20a029441 (diff) | |
actions: bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
| -rw-r--r-- | .github/workflows/flakehub-publish.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/update-inputs.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/flakehub-publish.yaml b/.github/workflows/flakehub-publish.yaml index af07ec7..8e214ae 100644 --- a/.github/workflows/flakehub-publish.yaml +++ b/.github/workflows/flakehub-publish.yaml @@ -12,7 +12,7 @@ jobs: contents: read steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/flakehub-push@main with: diff --git a/.github/workflows/update-inputs.yaml b/.github/workflows/update-inputs.yaml index b264ef4..dc6b5f1 100644 --- a/.github/workflows/update-inputs.yaml +++ b/.github/workflows/update-inputs.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: cachix/install-nix-action@v23 with: |
