Skip to content

Commit

Permalink
Merge pull request #688 from Enubia/renovate/actions-checkout-digest
Browse files Browse the repository at this point in the history
  • Loading branch information
Enubia authored Oct 21, 2023
2 parents 750ca43 + eb2b93e commit f8c64d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
os: [ubuntu-latest]

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- uses: pnpm/action-setup@v2
with:
Expand All @@ -39,7 +39,7 @@ jobs:
os: [macos-latest, windows-latest]

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- uses: pnpm/action-setup@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- uses: pnpm/action-setup@v2
with:
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- uses: pnpm/action-setup@v2
with:
Expand Down

0 comments on commit f8c64d4

Please sign in to comment.