chore(deps): bump actions/checkout from 3.6.0 to 4.0.0 (#131)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](f43a0e5ff2...3df4ab11eb)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-05 10:07:29 +02:00 committed by GitHub
parent 2fee9210e1
commit 33cc076d5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # pin@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # pin@v3
with:
fetch-depth: 0

View File

@ -12,7 +12,7 @@ jobs:
GO111MODULE: on
steps:
- name: Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # pin@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # pin@v3
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # pin@v4
with:
@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # pin@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # pin@v3
with:
fetch-depth: 0