Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2690e8

Browse files
Bump actions/checkout from 4 to 5 (#100)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c8ae942 commit f2690e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
linux:
66
runs-on: ubuntu-22.04
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v5
99
- run: |
1010
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
1111
sudo wget https://apt.llvm.org/llvm.sh
@@ -34,7 +34,7 @@ jobs:
3434
# macos:
3535
# runs-on: macos-latest
3636
# steps:
37-
# - uses: actions/checkout@v4
37+
# - uses: actions/checkout@v5
3838
# - run: sudo xcode-select --switch /Library/Developer/CommandLineTools
3939
# - run: echo $(pkgutil --pkg-info=com.apple.pkg.CLTools_Executables)
4040
# - run: brew install llvm@18 ninja pkg-config cmake gcovr # gcc

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout 🛎️
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v5
1111

1212
- name: install and run doxygen
1313
run: |

0 commit comments

Comments
 (0)