Skip to content

Commit 5d5e443

Browse files
committed
Update CI action versions
1 parent 3543485 commit 5d5e443

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
fail-fast: false
7171

7272
steps:
73-
- uses: actions/checkout@v3
73+
- uses: actions/checkout@v4
7474
- name: Cache Boost binaries
7575
if: startsWith(matrix.os, 'windows-') && matrix.boost-version
7676
uses: actions/cache@v3
@@ -81,7 +81,7 @@ jobs:
8181
${{ matrix.os }}-boost-${{ matrix.boost-version }}-msvc-${{
8282
matrix.version }}-${{ hashFiles('.github/workflows/build.yml') }}
8383
- name: Set up Python 3.10
84-
uses: actions/setup-python@v4
84+
uses: actions/setup-python@v5
8585
with:
8686
python-version: '3.10'
8787
- name: Install Python dependencies
@@ -159,7 +159,7 @@ jobs:
159159
with:
160160
toolset: ${{ matrix.version }}
161161
- name: Clone mettle
162-
uses: actions/checkout@v3
162+
uses: actions/checkout@v4
163163
with:
164164
repository: jimporter/mettle
165165
path: mettle

0 commit comments

Comments
 (0)