Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3 to 4
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
1 parent 290a73e commit 389463c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- run: make release
- name: upload artifacts
Expand All @@ -41,7 +41,7 @@ jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
# We currently need to pick a set Go version because sometimes Go
Expand All @@ -67,7 +67,7 @@ jobs:
env:
COVERAGE: umoci.coverage
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1'
Expand All @@ -91,7 +91,7 @@ jobs:
linux-ci-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: get current date
id: date
run: |
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
env:
COVERAGE: umoci.coverage
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: download ci image
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
TEST_DOCKER_IMAGE: ${{ matrix.image }}
COVERAGE: umoci.coverage
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: download ci image
uses: actions/download-artifact@v3
with:
Expand All @@ -184,7 +184,7 @@ jobs:
env:
COVERAGE: umoci.coverage
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: download all coverage
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 389463c

Please sign in to comment.