Skip to content

Commit

Permalink
chore(deps): bump extractions/setup-just from 1 to 2 (#27)
Browse files Browse the repository at this point in the history
* chore(deps): bump extractions/setup-just from 1 to 2

Bumps [extractions/setup-just](https://github.com/extractions/setup-just) from 1 to 2.
- [Release notes](https://github.com/extractions/setup-just/releases)
- [Commits](extractions/setup-just@v1...v2)

---
updated-dependencies:
- dependency-name: extractions/setup-just
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(changelog): automatic update to add dependabot deps bump

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Feb 28, 2024
1 parent 47bb30c commit 4b81923
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: extractions/setup-just@v1
- uses: extractions/setup-just@v2

- name: Load dotenv
run: just ci-load-dotenv
Expand All @@ -39,7 +39,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: extractions/setup-just@v1
- uses: extractions/setup-just@v2

- name: Load dotenv
run: just ci-load-dotenv
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: extractions/setup-just@v1
- uses: extractions/setup-just@v2

- name: Load dotenv
run: just ci-load-dotenv
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: extractions/setup-just@v1
- uses: extractions/setup-just@v2

- name: Load dotenv
run: just ci-load-dotenv
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Security
### Dependencies
- Bump `actions/cache` from 3 to 4 ([#22](https://github.com/MechanicalFlower/HazyRoad/pull/22))
- Bump `extractions/setup-just` from 1 to 2 ([#27](https://github.com/MechanicalFlower/HazyRoad/pull/27))

## [1.0.3]
### Added
Expand Down

0 comments on commit 4b81923

Please sign in to comment.