Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to 8ade135 (#47)
Browse files Browse the repository at this point in the history
* chore(deps): update actions/checkout digest to 8ade135

* Update ci.yml

* Update release.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tobias Diez <code@tobiasdiez.com>
  • Loading branch information
renovate[bot] and tobiasdiez committed Sep 29, 2023
1 parent 78887f8 commit 487a914
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
# Format changelog, workaround for https://github.com/google-github-actions/release-please-action/issues/542
# Taken from https://github.com/remarkablemark/release-please-extra-files-demo/blob/master/.github/workflows/release-please.yml
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.pr }}
with:
ref: ${{ fromJson(steps.release.outputs.pr).headBranchName }}
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
needs: [release-pr]
if: needs.release-pr.outputs.release_created
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 487a914

Please sign in to comment.