mirror of
https://github.com/acgnhiki/blrec.git
synced 2025-01-14 12:20:06 +08:00
chore: fix actions/checkout
ref: https://github.com/actions/checkout/issues/672
This commit is contained in:
parent
7e4f0620a2
commit
18cd747be9
2
.github/workflows/docker-hub.yml
vendored
2
.github/workflows/docker-hub.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v2.3.5
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
|
2
.github/workflows/ghcr.yml
vendored
2
.github/workflows/ghcr.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v2.3.5
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
|
2
.github/workflows/portable.yml
vendored
2
.github/workflows/portable.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v2.3.5
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v3
|
||||
|
2
.github/workflows/pypi.yml
vendored
2
.github/workflows/pypi.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v2.3.5
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v3
|
||||
|
Loading…
Reference in New Issue
Block a user