Skip to content

Commit

Permalink
chore(deps): bump extractions/setup-just from 1 to 2 (#33)
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 307374f commit 6b90c3c
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 @@ -14,7 +14,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 @@ -34,7 +34,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 @@ -66,7 +66,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 @@ -103,7 +103,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 @@ -14,3 +14,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bump `actions/cache` from 3 to 4 ([#29](https://github.com/MechanicalFlower/GhostSnap/pull/29))

[Unreleased]: https://github.com/MechanicalFlower/GhostSnap/compare/0.1.1...HEAD
- Bump `extractions/setup-just` from 1 to 2 ([#33](https://github.com/MechanicalFlower/GhostSnap/pull/33))

0 comments on commit 6b90c3c

Please sign in to comment.