Skip to content

Commit

Permalink
ci/build: bump actions (fix pr dependency title detection)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed May 7, 2024
1 parent 3e4a104 commit f094e3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
MACOSX_DEPLOYMENT_TARGET: "10.10"

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

- name: openssl path macos
if: ${{ runner.os == 'macOS' }}
Expand Down Expand Up @@ -69,13 +69,13 @@ jobs:
glib-utils
- uses: sreimers/pr-dependency-action@v0.6
- uses: sreimers/pr-dependency-action@v1
with:
name: re
repo: https://github.com/baresip/re
secret: ${{ secrets.GITHUB_TOKEN }}

- uses: sreimers/pr-dependency-action@v0.6
- uses: sreimers/pr-dependency-action@v1
with:
name: baresip
repo: https://github.com/baresip/baresip
Expand Down

0 comments on commit f094e3e

Please sign in to comment.