Merge pull request 'chore(deps): pin actions/checkout action to 692973e' (#1) from renovate/pin-dependencies into main
All checks were successful
Fetch upstream (CDI) / fetch-upstream (push) Successful in 9s
Fetch upstream / fetch-upstream (push) Successful in 8s

Reviewed-on: #1
This commit is contained in:
Joseph Hanson 2024-07-03 00:02:09 -05:00
commit 9c9f24faa7
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ jobs:
runs-on: docker runs-on: docker
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with: with:
fetch-depth: 0 fetch-depth: 0

View file

@ -18,7 +18,7 @@ jobs:
runs-on: docker runs-on: docker
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with: with:
fetch-depth: 0 fetch-depth: 0