Skip to content

Commit 216d3ff

Browse files
authored
Merge pull request #15 from nacs-lab/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 00fa147 + 4e6e6a2 commit 216d3ff

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@v6
32+
- uses: actions/checkout@v7
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@v6
32+
- uses: actions/checkout@v7
3333

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

.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@v6
48+
- uses: actions/checkout@v7
4949

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

0 commit comments

Comments
 (0)