Skip to content

Commit

Permalink
workflows/test: upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-tensin committed Jan 2, 2023
1 parent da70d95 commit 6e78737
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Cache Boost
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: '${{ runner.workspace }}/boost_*.tar.gz'
key: 'boost-${{ matrix.version }}'

- name: Clean up PATH
uses: egor-tensin/cleanup-path@v2
uses: egor-tensin/cleanup-path@v3
if: runner.os == 'Windows'

- name: Set up GCC
Expand Down Expand Up @@ -105,10 +105,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Cache Boost
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: '${{ runner.workspace }}/boost_*.tar.gz'
key: 'boost-${{ matrix.version }}'
Expand Down Expand Up @@ -163,10 +163,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Cache Boost
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: '${{ runner.workspace }}/boost_*.tar.gz'
key: 'boost-${{ matrix.version }}'
Expand Down

0 comments on commit 6e78737

Please sign in to comment.