diff --git a/.github/workflows/update-faa-dtpp-metafile.yml b/.github/workflows/update-faa-dtpp-metafile.yml index bd09e7a3d1..5622591635 100644 --- a/.github/workflows/update-faa-dtpp-metafile.yml +++ b/.github/workflows/update-faa-dtpp-metafile.yml @@ -28,7 +28,7 @@ jobs: - name: Retrieve d-TPP Metafile from FAA and save output as JSON run: ruby scripts/faa/faa_dtpp_get_metafile json/faa/dtpp/current_metafile.json - name: Commit changes - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 if: github.event_name != 'pull_request' with: author_name: airframesio diff --git a/.github/workflows/update-faa-fixes.yml b/.github/workflows/update-faa-fixes.yml index db5a10f093..f55fb7e171 100644 --- a/.github/workflows/update-faa-fixes.yml +++ b/.github/workflows/update-faa-fixes.yml @@ -28,7 +28,7 @@ jobs: - name: Retrieve Fixes from FAA and save output as JSON run: ruby scripts/faa/faa_nfdc_get_fixes json/faa/nfdc/fixes.json - name: Commit changes - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 if: github.event_name != 'pull_request' with: author_name: Airframes.io diff --git a/.github/workflows/update-faa-tfrs.yml b/.github/workflows/update-faa-tfrs.yml index ad656d8715..57325694a3 100644 --- a/.github/workflows/update-faa-tfrs.yml +++ b/.github/workflows/update-faa-tfrs.yml @@ -32,7 +32,7 @@ jobs: - name: Retrieve TFRs and save output as GeoJSON run: ruby scripts/faa/faa_get_tfrs --format=geojson json/faa/tfrs.geojson - name: Commit changes - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 if: github.event_name != 'pull_request' with: author_name: Airframes.io diff --git a/.github/workflows/update-noaa-aircraft-reports.yml b/.github/workflows/update-noaa-aircraft-reports.yml index 011bb0db43..0b0d6ba78a 100644 --- a/.github/workflows/update-noaa-aircraft-reports.yml +++ b/.github/workflows/update-noaa-aircraft-reports.yml @@ -28,7 +28,7 @@ jobs: - name: Retrieve SIGMETs and save output as JSON run: ruby scripts/noaa/noaa_nws_awc_get_aircraft_reports json/noaa/aircraft_reports.json - name: Commit changes - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 if: github.event_name != 'pull_request' with: author_name: Airframes.io diff --git a/.github/workflows/update-noaa-metars.yml b/.github/workflows/update-noaa-metars.yml index 28e1840991..91aadb0f2d 100644 --- a/.github/workflows/update-noaa-metars.yml +++ b/.github/workflows/update-noaa-metars.yml @@ -28,7 +28,7 @@ jobs: - name: Retrieve METARs and save output as JSON run: ruby scripts/noaa/noaa_nws_awc_get_metars json/noaa/metars.json - name: Commit changes - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 if: github.event_name != 'pull_request' with: author_name: Airframes.io diff --git a/.github/workflows/update-noaa-sigmets.yml b/.github/workflows/update-noaa-sigmets.yml index 5c1dcd4e64..a82a401df1 100644 --- a/.github/workflows/update-noaa-sigmets.yml +++ b/.github/workflows/update-noaa-sigmets.yml @@ -28,7 +28,7 @@ jobs: - name: Retrieve SIGMETs and save output as JSON run: ruby scripts/noaa/noaa_nws_awc_get_airsigmets json/noaa/sigmets.json - name: Commit changes - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 if: github.event_name != 'pull_request' with: author_name: Airframes.io diff --git a/.github/workflows/update-noaa-tafs.yml b/.github/workflows/update-noaa-tafs.yml index 7660898cc5..74b2fa6ab4 100644 --- a/.github/workflows/update-noaa-tafs.yml +++ b/.github/workflows/update-noaa-tafs.yml @@ -28,7 +28,7 @@ jobs: - name: Retrieve SIGMETs and save output as JSON run: ruby scripts/noaa/noaa_nws_awc_get_tafs json/noaa/tafs.json - name: Commit changes - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 if: github.event_name != 'pull_request' with: author_name: Airframes.io diff --git a/.github/workflows/update-ourairports.yml b/.github/workflows/update-ourairports.yml index e3ad7ba356..2cf3318061 100644 --- a/.github/workflows/update-ourairports.yml +++ b/.github/workflows/update-ourairports.yml @@ -28,7 +28,7 @@ jobs: - name: Retrieve Airports and Frequencies and save output as JSON run: ruby scripts/ourairports - name: Commit changes - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 if: github.event_name != 'pull_request' with: author_name: Airframes.io diff --git a/.github/workflows/update-vdl-ground-stations.yml b/.github/workflows/update-vdl-ground-stations.yml index d055bd594b..0bf237fd0b 100644 --- a/.github/workflows/update-vdl-ground-stations.yml +++ b/.github/workflows/update-vdl-ground-stations.yml @@ -26,7 +26,7 @@ jobs: - name: Convert the CSV source and save output as JSON run: ruby scripts/convert_vdl2gs_to_json csv/vdl/ground-stations.csv json/vdl/ground-stations.json - name: Commit changes - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 if: github.event_name != 'pull_request' with: author_name: Airframes.io