Skip to content

Commit

Permalink
Merge pull request #497 from opencontainers/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4
  • Loading branch information
dependabot[bot] committed Dec 12, 2023
2 parents bcbd7b0 + 389463c commit 657e972
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 657e972

Please sign in to comment.