Skip to content

Commit 6a9d561

Browse files
authored
Update ci.yml
1 parent 545c301 commit 6a9d561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
image: ${{ matrix.config.compiler == 'clang' && 'teeks99/clang-ubuntu' || matrix.config.compiler }}:${{ matrix.config.version }}
2626
name: "${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }}, ${{ matrix.config.build_type }})"
2727
steps:
28-
- uses: actions/checkout@v1.x
28+
- uses: actions/checkout@main
2929
- name: Setup
3030
run: |
3131
apt-get update && apt-get install -y curl
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: macOS-latest
6363
name: "OS X Clang (C++11, Release)"
6464
steps:
65-
- uses: actions/checkout@v1.x
65+
- uses: actions/checkout@main
6666
- name: Build
6767
run: |
6868
mkdir -p build && cd build

0 commit comments

Comments
 (0)