Skip to content

Commit

Permalink
pin action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jfredett committed Nov 10, 2024
1 parent f4d981b commit 34fe770
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: cargo build

- name: Install just
uses: extractions/setup-just@v2
uses: extractions/setup-just@dd310ad5a97d8e7b41793f8ef055398d51ad4de6

- name: Install Nextest
uses: baptiste0928/cargo-install@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/taghunt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install just
uses: extractions/setup-just@v2
uses: extractions/setup-just@dd310ad5a97d8e7b41793f8ef055398d51ad4de6

- name: Install ripgrep
run: sudo apt install -y ripgrep
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Add PR Comment
uses: mshick/add-pr-comment@v2.8.2
uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc
with:
message: |
${{ steps.taghunt.outputs.stdout }}

0 comments on commit 34fe770

Please sign in to comment.