mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-02-20 22:02:16 +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
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v3
|
||||
- name: updating available system dependencies
|
||||
run: sudo apt-get update
|
||||
- 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
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v3
|
||||
- name: updating available system dependencies
|
||||
run: sudo apt-get update
|
||||
- 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
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v3
|
||||
- name: updating available system dependencies
|
||||
run: sudo apt-get update
|
||||
- name: installing system dependencies
|
||||
|
||||
Reference in New Issue
Block a user