mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-24 06:40:09 +00:00
updates
This commit is contained in:
parent
1b99f7cb3c
commit
dd3662b740
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
||||||
name: Run hadolint against docker files
|
name: Run hadolint against docker files
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4.1.5
|
||||||
- name: Pull hadolint/hadolint:latest Image
|
- name: Pull hadolint/hadolint:latest Image
|
||||||
run: docker pull hadolint/hadolint:latest
|
run: docker pull hadolint/hadolint:latest
|
||||||
- name: Run hadolint against Dockerfiles
|
- name: Run hadolint against Dockerfiles
|
||||||
|
|
2
.github/workflows/pre-commit-updates.yaml
vendored
2
.github/workflows/pre-commit-updates.yaml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
update:
|
update:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.0
|
- uses: actions/checkout@v4.1.5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: vrslev/pre-commit-autoupdate@v1.0.0
|
- uses: vrslev/pre-commit-autoupdate@v1.0.0
|
||||||
|
|
Loading…
Reference in a new issue