Skip to content

Commit 6e5e519

Browse files
authored
Update actions/checkout in GitHub Actions to v4 (#57, thanks @striezel)
1 parent bac9b55 commit 6e5e519

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@v3
25+
- uses: actions/checkout@v4
2626

2727
- name: Install GCC ${{ matrix.version }}
2828
run: sudo apt-get install -y gcc-${{ matrix.version }} g++-${{ matrix.version }}
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353

5454
steps:
55-
- uses: actions/checkout@v3
55+
- uses: actions/checkout@v4
5656

5757
- name: Install Clang ${{ matrix.version }}
5858
run: sudo apt-get install -y clang-${{ matrix.version }}
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ${{ matrix.os }}
8484

8585
steps:
86-
- uses: actions/checkout@v3
86+
- uses: actions/checkout@v4
8787

8888
- name: Configure tests
8989
run: cmake -S . -B build

0 commit comments

Comments
 (0)