Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pactflow-renovate-bot[bot] authored and JP-Ellis committed Nov 19, 2024
1 parent c3c8ee2 commit 9602a80
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Spell Check Repo
uses: crate-ci/typos@master
Expand All @@ -223,11 +223,11 @@ jobs:
PRE_COMMIT_HOME: ${{ github.workspace }}/.pre-commit

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

# Cache PRE_COMMIT_HOME
- name: Cache pre-commit
uses: actions/cache@v4
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
with:
path: |
${{ env.PRE_COMMIT_HOME }}
Expand All @@ -241,15 +241,15 @@ jobs:
components: rustfmt, clippy

- name: Run pre-commit
uses: pre-commit/[email protected]
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1

committed:
name: Committed

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 9602a80

Please sign in to comment.