Skip to content

Commit

Permalink
Merge pull request #1913 from AdeelH/actions_checkout
Browse files Browse the repository at this point in the history
Update deprecated GitHub actions
  • Loading branch information
AdeelH authored Sep 8, 2023
2 parents d1ccc37 + 50dd064 commit 32eb656
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
DOCKER_BUILDKIT: 1
IMAGE_TYPE: ${{ matrix.image_type }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- run: df -hT

Expand All @@ -36,4 +36,4 @@ jobs:

- run: ./scripts/test "coverage"

- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
DOCKER_BUILDKIT: 1
IMAGE_TYPE: ${{ matrix.image_type }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- run: ./scripts/cibuild

Expand All @@ -35,7 +35,7 @@ jobs:

- run: ./scripts/test "coverage"

- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3

- run: ./scripts/cipublish
env:
Expand Down

0 comments on commit 32eb656

Please sign in to comment.