Skip to content

Commit

Permalink
chore(deps): Bump actions/checkout from 3 to 4 (#275)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 035722e commit ad6dead
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-quality-gate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
outputs:
providers: ${{ steps.determine-providers.outputs.providers }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# in order to properly resolve the version from git
fetch-depth: 0
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
contents: read
packages: read
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# in order to properly resolve the version from git
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-quality-gate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
outputs:
providers: ${{ steps.determine-providers.outputs.providers }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# in order to properly resolve the version from git
fetch-depth: 0
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
packages: read

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# in order to properly resolve the version from git
fetch-depth: 0
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
quality-gate:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Check if tag already exists
# note: this will fail if the tag already exists
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
issues: read
pull-requests: read
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# in order to properly resolve the version from git
fetch-depth: 0
Expand All @@ -84,7 +84,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# in order to properly resolve the version from git
fetch-depth: 0
Expand All @@ -106,7 +106,7 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# in order to properly resolve the version from git
fetch-depth: 0
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
issues: read
pull-requests: read
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# in order to properly resolve the version from git
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# in order to properly resolve the version from git
fetch-depth: 0
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
# package write permission is needed for publishing commit images
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# in order to properly resolve the version from git
fetch-depth: 0
Expand Down

0 comments on commit ad6dead

Please sign in to comment.