mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-02-20 13:42:14 +00:00
Update GitHub Actions
This commit is contained in:
2
.github/workflows/ci_formatting.yml
vendored
2
.github/workflows/ci_formatting.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v3
|
||||||
- name: updating available system dependencies
|
- name: updating available system dependencies
|
||||||
run: sudo apt-get update
|
run: sudo apt-get update
|
||||||
- name: installing system dependencies
|
- name: installing system dependencies
|
||||||
|
|||||||
2
.github/workflows/ci_ubuntu_18.04.yml
vendored
2
.github/workflows/ci_ubuntu_18.04.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
|||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v3
|
||||||
- name: updating available system dependencies
|
- name: updating available system dependencies
|
||||||
run: sudo apt-get update
|
run: sudo apt-get update
|
||||||
- name: installing system dependencies
|
- name: installing system dependencies
|
||||||
|
|||||||
2
.github/workflows/ci_ubuntu_latest.yml
vendored
2
.github/workflows/ci_ubuntu_latest.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v3
|
||||||
- name: updating available system dependencies
|
- name: updating available system dependencies
|
||||||
run: sudo apt-get update
|
run: sudo apt-get update
|
||||||
- name: installing system dependencies
|
- name: installing system dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user