summaryrefslogtreecommitdiff
path: root/.github/workflows/flakehub-publish.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-04 22:41:37 +0000
committerseth <[email protected]>2023-09-04 18:42:48 -0400
commit43a54b71cd98f5e59a6a7d703b1fb00271ac6639 (patch)
tree56d5c6b2fa301148bf72128bdc7234a94c487860 /.github/workflows/flakehub-publish.yaml
parentf1cfcabefc30e93563106ccec737f7e20a029441 (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]>
Diffstat (limited to '.github/workflows/flakehub-publish.yaml')
-rw-r--r--.github/workflows/flakehub-publish.yaml2
1 files changed, 1 insertions, 1 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: