mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
Merge pull request #1212 from ailin-nemui/master
update github actions/checkout to new branch
This commit is contained in:
commit
79c32cefe7
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 }}
|
||||
|
|
|
|||
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -4,7 +4,7 @@ jobs:
|
|||
install:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/checkout@main
|
||||
- name: install
|
||||
uses: irssi-import/actions-irssi/check-irssi@master
|
||||
with:
|
||||
|
|
|
|||
2
.github/workflows/clangformat.yml
vendored
2
.github/workflows/clangformat.yml
vendored
|
|
@ -4,7 +4,7 @@ jobs:
|
|||
check-clang-format:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/checkout@main
|
||||
- name: fetch target ref
|
||||
run:
|
||||
|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue