Skip to content

Commit

Permalink
Use checkout action v3 until available on older images
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Mar 31, 2024
1 parent 47ba67d commit 56c63cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-full-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
configureflags: --enable-null-as-functions
container: ghcr.io/lballabio/quantlib-devenv:${{ matrix.tag }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Compiler version
run: |
${{ matrix.cc }} --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-nondefault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
configureflags: --enable-openmp
container: ghcr.io/lballabio/quantlib-devenv:${{ matrix.tag }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Compiler version
run: |
${{ matrix.cc }} --version
Expand Down

0 comments on commit 56c63cc

Please sign in to comment.