Skip to content

Commit 732b705

Browse files
dependabot[bot]yuyichao
authored andcommitted
Bump actions/checkout from 4 to 5
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] <support@github.com>
1 parent bc576f2 commit 732b705

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/archlinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pacman-key --populate archlinux
3030
3131
pacman -Syu --noconfirm git
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
- name: Initialize ArchLinux
3434
run: |
3535
bash github/setup-archlinux.sh

.github/workflows/msys2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
static_llvm: false
3030

3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333

3434
- name: Download MSYS2 packages
3535
uses: actions/github-script@v7

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
CXXFLAGS_COV: -fprofile-arcs -ftest-coverage
4646

4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949

5050
- name: Install dependencies
5151
run: sudo apt-get install libopenlibm-dev libsleef-dev libzmq3-dev libyaml-cpp-dev libtbb-dev

0 commit comments

Comments
 (0)