mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
update github actions/checkout to new branch
This commit is contained in:
parent
40ed4122b1
commit
f4f2350d3c
3 changed files with 4 additions and 4 deletions
4
.github/workflows/abicheck.yml
vendored
4
.github/workflows/abicheck.yml
vendored
|
|
@ -17,11 +17,11 @@ jobs:
|
|||
pip3 install wheel
|
||||
pip3 install meson
|
||||
- name: checkout merge ref
|
||||
uses: actions/checkout@master
|
||||
uses: actions/checkout@main
|
||||
with:
|
||||
path: merge.src
|
||||
- name: checkout base ref
|
||||
uses: actions/checkout@master
|
||||
uses: actions/checkout@main
|
||||
with:
|
||||
path: base.src
|
||||
ref: ${{ github.base_ref }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue