Skip to content

Commit 8b73e04

Browse files
committed
Bump GitHub checkout action to v6, nonstd-lite isuue 85
nonstd-lite/nonstd-lite#85
1 parent dfb81fd commit 8b73e04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626

2727
- name: Install GCC ${{ matrix.version }}
2828
run: sudo apt-get install -y gcc-${{ matrix.version }} g++-${{ matrix.version }}
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ${{ matrix.os }}
5959

6060
steps:
61-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@v6
6262

6363
- name: Install Clang ${{ matrix.version }}
6464
run: sudo apt-get install -y clang-${{ matrix.version }}
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: ${{ matrix.os }}
9090

9191
steps:
92-
- uses: actions/checkout@v4
92+
- uses: actions/checkout@v6
9393

9494
- name: Configure tests
9595
run: cmake -S . -B build

0 commit comments

Comments
 (0)