Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to 163217d
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent 22666d3 commit 4136677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e

- name: Lowercase repository
id: repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
version: 8

- name: Check out code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 4136677

Please sign in to comment.