Skip to content

Commit

Permalink
Bump actions/checkout from 3.1.0 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.1.0...v4.1.1)

---
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 Oct 18, 2023
1 parent 8c23563 commit 63cc3c8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:

- name: '🧰 Checkout'
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.1

- name: '☑️ Run codespell'
uses: codespell-project/actions-codespell@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:

- name: '🧰 Checkout'
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Linux-Clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:

- name: '🧰 Checkout'
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.1

- name: '${{ matrix.icon }} Setup CMake'
uses: jwlawson/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Linux-GCC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:

- name: '🧰 Checkout'
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.1

- name: '${{ matrix.icon }} Setup CMake'
uses: jwlawson/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MacOS-Clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
& echo ${{env.path}}

- name: '🧰 Checkout'
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.1

- name: '${{ matrix.icon }} Install by homebrew'
run: brew install libpq mariadb postgresql
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MacOS-GCC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:

- name: '🧰 Checkout'
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.1

- name: '${{ matrix.icon }} Install by homebrew'
run: brew install libpq mariadb postgresql
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Windows-MSVC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:

- name: '🧰 Checkout'
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.1

- name: '🟨 Setup CMake'
uses: jwlawson/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Windows-MSYS2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:

- name: '🧰 Checkout'
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.1

- name: '${{ matrix.icon }} Setup MSYS2'
uses: msys2/setup-msys2@v2
Expand Down

0 comments on commit 63cc3c8

Please sign in to comment.