Skip to content

Commit

Permalink
chore(deps): bump extractions/setup-just from 1 to 2 (#2)
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 58edeb0 commit 86dd085
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 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 @@ -36,7 +36,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 @@ -9,3 +9,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Fixed
### Security
### Dependencies
- Bump `extractions/setup-just` from 1 to 2 ([#2](https://github.com/MechanicalFlower/godot-addon-template/pull/2))

0 comments on commit 86dd085

Please sign in to comment.