Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#248)
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 4, 2023
1 parent 2307839 commit b15c209
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
static-analysis:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
with:
go-version: 1.18
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- 5672:5672

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
with:
go-version: 1.18
Expand All @@ -91,7 +91,7 @@ jobs:
test-plugins:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
with:
go-version: 1.18
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
runs-on: ubuntu-20.04
needs: [static-analysis, test, test-plugins]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v3
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
OSC_CHECKOUT_DIR: /tmp/trento-agent-package
options: -u 0:0
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: configure OSC
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
image: ghcr.io/trento-project/continuous-delivery:main
options: -u 0:0
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: configure OSC
Expand Down

0 comments on commit b15c209

Please sign in to comment.