mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
Update Github actions to new versions.
These updates remove various deprecation warnings.
This commit is contained in:
parent
b111599bad
commit
295b53e845
2
.github/workflows/lock-thread.yml
vendored
2
.github/workflows/lock-thread.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
action:
|
action:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: dessant/lock-threads@v3
|
- uses: dessant/lock-threads@v4
|
||||||
with:
|
with:
|
||||||
issue-inactive-days: '90'
|
issue-inactive-days: '90'
|
||||||
issue-comment: ''
|
issue-comment: ''
|
||||||
|
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
path: pgbackrest
|
path: pgbackrest
|
||||||
|
|
||||||
@ -80,12 +80,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
path: pgbackrest
|
path: pgbackrest
|
||||||
|
|
||||||
- name: Run Test
|
- name: Run Test
|
||||||
uses: uraimo/run-on-arch-action@v2.1.0
|
uses: uraimo/run-on-arch-action@v2
|
||||||
id: runcmd
|
id: runcmd
|
||||||
with:
|
with:
|
||||||
arch: ${{matrix.arch}}
|
arch: ${{matrix.arch}}
|
||||||
@ -109,7 +109,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
path: pgbackrest
|
path: pgbackrest
|
||||||
|
|
||||||
@ -133,7 +133,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
path: pgbackrest
|
path: pgbackrest
|
||||||
|
|
||||||
@ -157,7 +157,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install Packages
|
- name: Install Packages
|
||||||
run: sudo apt-get install -y --no-install-recommends libyaml-dev
|
run: sudo apt-get install -y --no-install-recommends libyaml-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user