mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
update github actions/checkout to new branch
This commit is contained in:
parent
40ed4122b1
commit
f4f2350d3c
4
.github/workflows/abicheck.yml
vendored
4
.github/workflows/abicheck.yml
vendored
@ -17,11 +17,11 @@ jobs:
|
|||||||
pip3 install wheel
|
pip3 install wheel
|
||||||
pip3 install meson
|
pip3 install meson
|
||||||
- name: checkout merge ref
|
- name: checkout merge ref
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@main
|
||||||
with:
|
with:
|
||||||
path: merge.src
|
path: merge.src
|
||||||
- name: checkout base ref
|
- name: checkout base ref
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@main
|
||||||
with:
|
with:
|
||||||
path: base.src
|
path: base.src
|
||||||
ref: ${{ github.base_ref }}
|
ref: ${{ github.base_ref }}
|
||||||
|
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@ -4,7 +4,7 @@ jobs:
|
|||||||
install:
|
install:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@main
|
||||||
- name: install
|
- name: install
|
||||||
uses: irssi-import/actions-irssi/check-irssi@master
|
uses: irssi-import/actions-irssi/check-irssi@master
|
||||||
with:
|
with:
|
||||||
|
2
.github/workflows/clangformat.yml
vendored
2
.github/workflows/clangformat.yml
vendored
@ -4,7 +4,7 @@ jobs:
|
|||||||
check-clang-format:
|
check-clang-format:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@main
|
||||||
- name: fetch target ref
|
- name: fetch target ref
|
||||||
run:
|
run:
|
||||||
|
|
|
|
||||||
|
Loading…
Reference in New Issue
Block a user