Skip to content

Commit bfe9089

Browse files
committed
Bump GitHub checkout action to v6, nonstd-lite isuue 85
nonstd-lite/nonstd-lite#85
1 parent 42eebe1 commit bfe9089

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 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 }}
@@ -92,7 +92,7 @@ jobs:
9292
container: ${{ matrix.image }}
9393

9494
steps:
95-
- uses: actions/checkout@v4
95+
- uses: actions/checkout@v6
9696

9797
- name: Install Clang ${{ matrix.version }}
9898
run: |
@@ -126,7 +126,7 @@ jobs:
126126
runs-on: ${{ matrix.os }}
127127

128128
steps:
129-
- uses: actions/checkout@v4
129+
- uses: actions/checkout@v6
130130

131131
- name: Configure tests
132132
run: cmake -S . -B build

0 commit comments

Comments
 (0)