From 8695d34afcf48d51b997bef06550aec1dd0e0f4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 08:05:19 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 9 to 10 Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 9 to 10. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v9...v10) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-faa-dtpp-metafile.yml | 2 +- .github/workflows/update-faa-fixes.yml | 2 +- .github/workflows/update-faa-tfrs.yml | 2 +- .github/workflows/update-noaa-aircraft-reports.yml | 2 +- .github/workflows/update-noaa-metars.yml | 2 +- .github/workflows/update-noaa-sigmets.yml | 2 +- .github/workflows/update-noaa-tafs.yml | 2 +- .github/workflows/update-ourairports.yml | 2 +- .github/workflows/update-vdl-ground-stations.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/update-faa-dtpp-metafile.yml b/.github/workflows/update-faa-dtpp-metafile.yml index bd09e7a3d17..56225916352 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 db5a10f093b..f55fb7e1719 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 ad656d8715b..57325694a35 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 011bb0db430..0b0d6ba78a0 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 28e18409912..91aadb0f2dd 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 5c1dcd4e646..a82a401df14 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 7660898cc58..74b2fa6ab41 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 e3ad7ba3567..2cf3318061f 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 d055bd594be..0bf237fd0b0 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