Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
build(deps): bump actions/checkout from 3 to 4 (blue-build#146)
Browse files Browse the repository at this point in the history
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](actions/checkout@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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and tulilirockz committed Sep 21, 2023
1 parent 285445c commit daf04e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
steps:
# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Add yq (for reading recipe.yml)
uses: mikefarah/[email protected]
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/publish-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ jobs:
image: fedora:38
options: --privileged
steps:
<<<<<<< HEAD:.github/workflows/publish-iso.yml
- uses: actions/checkout@v3
- name: Generate ISO
=======
- uses: actions/checkout@v4
- name: Generate ISO
>>>>>>> cb4160a (build(deps): bump actions/checkout from 3 to 4 (#146)):.github/workflows/release-iso.yml
uses: ublue-os/isogenerator@main
id: isogenerator
with:
Expand Down

0 comments on commit daf04e9

Please sign in to comment.