Skip to content

Commit

Permalink
Update CI action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jimporter committed Feb 27, 2024
1 parent 1c245f4 commit a0b857d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache Boost binaries
if: startsWith(matrix.os, 'windows-') && matrix.boost-version
uses: actions/cache@v3
Expand All @@ -79,7 +79,7 @@ jobs:
${{ matrix.os }}-boost-${{ matrix.boost-version }}-msvc-${{
matrix.version }}-${{ hashFiles('.github/workflows/build.yml') }}
- name: Set up Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install Python dependencies
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
with:
toolset: ${{ matrix.version }}
- name: Clone mettle
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: jimporter/mettle
path: mettle
Expand Down

0 comments on commit a0b857d

Please sign in to comment.