Skip to content

Commit

Permalink
Bump extractions/setup-just from 1 to 2 (#1216)
Browse files Browse the repository at this point in the history
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 Mar 4, 2024
1 parent 453e19a commit 4db547f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
submodules: recursive

- uses: extractions/setup-just@v1
- uses: extractions/setup-just@v2

- name: Get Docker image tag
id: image_tags
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
submodules: recursive

- uses: extractions/setup-just@v1
- uses: extractions/setup-just@v2

- name: Install tools
run: just install-tools
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: extractions/setup-just@v1
- uses: extractions/setup-just@v2

- uses: Azure/login@v1
with:
Expand Down

0 comments on commit 4db547f

Please sign in to comment.