Skip to content

Commit

Permalink
build(deps): update extractions/setup-just action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
aki-bot[bot] committed Mar 2, 2024
1 parent 3bb8fa1 commit fad2583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Setup just
# yamllint disable-line rule:line-length
uses: extractions/setup-just@69d82fb0233557aec017ef13706851d0694e0f1d # v1.6.0
uses: extractions/setup-just@dd310ad5a97d8e7b41793f8ef055398d51ad4de6 # v2.0.0
with:
# renovate: datasource=crate depName=just
just-version: 1.23.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Setup just
# yamllint disable-line rule:line-length
uses: extractions/setup-just@69d82fb0233557aec017ef13706851d0694e0f1d # v1.6.0
uses: extractions/setup-just@dd310ad5a97d8e7b41793f8ef055398d51ad4de6 # v2.0.0
with:
# renovate: datasource=crate depName=just
just-version: 1.23.0
Expand Down

0 comments on commit fad2583

Please sign in to comment.