Skip to content

Commit

Permalink
Update extractions/setup-just action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent 58edeb0 commit da407f6
Showing 1 changed file with 2 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

0 comments on commit da407f6

Please sign in to comment.