مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-11-30 21:32:30 +00:00
ci: upgrade actions/checkout to v3 (#2303)
هذا الالتزام موجود في:
8
.github/workflows/ci.yml
مباع
8
.github/workflows/ci.yml
مباع
@@ -7,14 +7,14 @@ jobs:
|
|||||||
# name: Lint
|
# name: Lint
|
||||||
# runs-on: self-hosted
|
# runs-on: self-hosted
|
||||||
# steps:
|
# steps:
|
||||||
# - uses: actions/checkout@v2
|
# - uses: actions/checkout@v3
|
||||||
# - run: make ci-lint
|
# - run: make ci-lint
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Test
|
name: Test
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: make ci-test
|
run: make ci-test
|
||||||
|
|
||||||
@@ -23,7 +23,7 @@ jobs:
|
|||||||
needs: [test]
|
needs: [test]
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Parse git ref
|
- name: Parse git ref
|
||||||
@@ -45,7 +45,7 @@ jobs:
|
|||||||
needs: [test]
|
needs: [test]
|
||||||
if: contains(github.ref, 'refs/tags/')
|
if: contains(github.ref, 'refs/tags/')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Parse git ref
|
- name: Parse git ref
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم