1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-10-16 05:50:44 +00:00
This commit is contained in:
Fred Clausen 2024-05-13 11:06:11 -06:00
parent 1b99f7cb3c
commit dd3662b740
No known key found for this signature in database
GPG key ID: F406B080289FEC21
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@ jobs:
name: Run hadolint against docker files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.5
- name: Pull hadolint/hadolint:latest Image
run: docker pull hadolint/hadolint:latest
- name: Run hadolint against Dockerfiles

View file

@ -9,7 +9,7 @@ jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.1.5
with:
fetch-depth: 0
- uses: vrslev/pre-commit-autoupdate@v1.0.0