Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to b4ffde6 (#871)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 19, 2023
1 parent 3ca6027 commit 9d80b99
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/actions/pnpm-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Setup cache, pnpm and node for jobs
runs:
using: "composite"
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4
- name: Get pnpm store directory
shell: bash
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
timeout-minutes: 20

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: ./.github/actions/pnpm-setup
- name: Install dependencies
run: pnpm install
Expand All @@ -37,7 +37,7 @@ jobs:
timeout-minutes: 20

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: ./.github/actions/pnpm-setup
- name: Install dependencies
run: pnpm install
Expand All @@ -62,7 +62,7 @@ jobs:
allow-failure: [false]

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: ./.github/actions/pnpm-setup
- name: Install dependencies
run: pnpm install
Expand All @@ -76,7 +76,7 @@ jobs:
timeout-minutes: 20

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: ./.github/actions/pnpm-setup
- name: Install dependencies
run: pnpm install --no-lockfile
Expand All @@ -101,7 +101,7 @@ jobs:
allow-failure: [true]

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: ./.github/actions/pnpm-setup

- name: install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: ./.github/actions/pnpm-setup
- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 9d80b99

Please sign in to comment.