Skip to content

Commit

Permalink
CI: Bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Dec 26, 2022
1 parent 31cb30b commit 72daa0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github_actions.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
cxx_compiler: [g++-10, clang++-11]
steps:
- name: checkout code
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: build artifact
env:
CXX: ${{ matrix.cxx_compiler }}
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
mv llvm-mingw-* "$HOME/llvm-mingw"
echo "$HOME/llvm-mingw/bin" >> $GITHUB_PATH
- name: checkout code
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.2.0
- name: build artifact
env:
CXX: ${{ matrix.arch }}-w64-mingw32-clang++
Expand All @@ -63,7 +63,7 @@ jobs:
- name: build artifact
# The Github Action for non-x86 CPU
# https://github.com/uraimo/run-on-arch-action
uses: uraimo/run-on-arch-action@v2.3.0
uses: uraimo/run-on-arch-action@v2.5.0
with:
arch: ${{ matrix.arch }}
distro: ubuntu20.04
Expand Down

0 comments on commit 72daa0f

Please sign in to comment.