Skip to content

Commit 653828e

Browse files
committed
Bump GitHub checkout action to v6, nonstd-lite isuue 85
nonstd-lite/nonstd-lite#85
1 parent 4dde281 commit 653828e

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-24.04
2323

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

2727
- name: Install GCC ${{ matrix.version }}
2828
run: |
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ${{ matrix.os }}
6161

6262
steps:
63-
- uses: actions/checkout@v4
63+
- uses: actions/checkout@v6
6464

6565
- name: Install Clang ${{ matrix.version }}
6666
run: sudo apt-get install -y clang-${{ matrix.version }}
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: ${{ matrix.os }}
9292

9393
steps:
94-
- uses: actions/checkout@v4
94+
- uses: actions/checkout@v6
9595

9696
- name: Configure tests
9797
run: cmake -S . -B build

0 commit comments

Comments
 (0)