Skip to content

Commit

Permalink
ci: Bump some actions versions (#1668)
Browse files Browse the repository at this point in the history
We're getting some warnings because they use deprecated functionality
  • Loading branch information
paulgessinger committed Nov 10, 2022
1 parent 4151f99 commit 24d20e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ jobs:
PRELOAD: export LD_PRELOAD=/opt/lcg/gcc/10/x86_64-centos8/lib64/libstdc++.so.6
INSTALL_DIR: ${{ github.workspace }}/install
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install dependencies
# Install tbb-devel also to build the examples
run: >
Expand Down Expand Up @@ -530,7 +530,7 @@ jobs:
run: cmake --build build --target integrationtests
- name: Install
run: cmake --build build --target install
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: acts-macos
path: ${{ env.INSTALL_DIR }}
Expand All @@ -551,7 +551,7 @@ jobs:
runs-on: ubuntu-latest
container: ghcr.io/acts-project/ubuntu1804_cuda:v29
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Cache build
uses: actions/cache@v3
Expand Down Expand Up @@ -584,7 +584,7 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Cache build
uses: actions/cache@v3
Expand Down

0 comments on commit 24d20e8

Please sign in to comment.