Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3.6.0 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@f43a0e5...3df4ab1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent 78bb271 commit d5d19c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
# While the docker/build-push-action works from the Git context, we still need
# the checkout step for running our tests.
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2.10.0
- uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
with:

Check warning on line 25 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / linter

[MegaLinter] reported by reviewdog 🐶 Raw Output: .github/workflows/ci.yml:25:- with: .github/workflows/ci.yml:26:- file: .devcontainer/Dockerfile .github/workflows/ci.yml:27:- load: true .github/workflows/ci.yml:28:- tags: ${{ github.repository }}:test .github/workflows/ci.yml:29:- cache-from: type=gha .github/workflows/ci.yml:30:- cache-to: type=gha,mode=max .github/workflows/ci.yml:31:- - name: Run Tests .github/workflows/ci.yml:32:- run: | .github/workflows/ci.yml:33:- set -Eeuo pipefail .github/workflows/ci.yml:34:- docker run --rm --mount type=bind,src="$(pwd)/test",dst=/ws -w /ws ${{ github.repository }}:test bats --formatter junit testsuite.bats | tee test-report.xml .github/workflows/ci.yml:35:- - uses: test-summary/action@62bc5c68de2a6a0d02039763b8c754569df99e3f # v2.1 .github/workflows/ci.yml:36:- with: .github/workflows/ci.yml:37:- paths: test-report.xml .github/workflows/ci.yml:38:- show: all .github/workflows/ci.yml:25:+ with: .github/workflows/ci.yml:26:+ file: .devcontainer/Dockerfile .github/workflows/ci.yml:27:+ load: true .github/workflows/ci.yml:28:+ tags: ${{ github.repository }}:test .github/workflows/ci.yml:29:+ cache-from: type=gha .github/workflows/ci.yml:30:+ cache-to: type=gha,mode=max .github/workflows/ci.yml:31:+ - name: Run Tests .github/workflows/ci.yml:32:+ run: | .github/workflows/ci.yml:33:+ set -Eeuo pipefail .github/workflows/ci.yml:34:+ docker run --rm --mount type=bind,src="$(pwd)/test",dst=/ws -w /ws ${{ github.repository }}:test bats --formatter junit testsuite.bats | tee test-report.xml .github/workflows/ci.yml:35:+ - uses: test-summary/action@62bc5c68de2a6a0d02039763b8c754569df99e3f # v2.1 .github/workflows/ci.yml:36:+ with: .github/workflows/ci.yml:37:+ paths: test-report.xml .github/workflows/ci.yml:38:+ show: all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linting-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pull-requests: write
security-events: write
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
fetch-depth: 0
- uses: oxsecurity/megalinter@fda6ac3a38be0e969820709ac16e442464e5a035 # v7.3.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Update dependencies
working-directory: .devcontainer
run: ./update-dependencies.sh base clang-15 gcc-10
Expand Down

0 comments on commit d5d19c6

Please sign in to comment.