Skip to content

Commit

Permalink
build: 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 Sep 9, 2023
1 parent ecfca62 commit 6ccd54f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- {version: "4.0", ubuntu: "bionic"}
- {version: "3.9", ubuntu: "bionic"}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Parse version tags
run: |
VERSION="${{ matrix.version-pair.version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Release with Notes
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/shell-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ludeeus/action-shellcheck@2.0.0

Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- 15
- 16
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build and test the Docker image
run: test/test.sh ${{ matrix.clang-format-version }}
e2e:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
exclude: 'capi'
known_fail: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++ programs.
id: check
uses: ./../clang-format-action
Expand Down

0 comments on commit 6ccd54f

Please sign in to comment.