From c74fd671251fccee03b199eecc4789a0604ba621 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 22:42:48 +0000 Subject: [PATCH] Bump the github-actions-deps group across 1 directory with 2 updates Bumps the github-actions-deps group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [baileyjm02/markdown-to-pdf](https://github.com/baileyjm02/markdown-to-pdf). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `baileyjm02/markdown-to-pdf` from 1 to 2 - [Release notes](https://github.com/baileyjm02/markdown-to-pdf/releases) - [Commits](https://github.com/baileyjm02/markdown-to-pdf/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-deps - dependency-name: baileyjm02/markdown-to-pdf dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-asf-event-data-files.yml | 4 ++-- .github/workflows/deploy-glo-30-hand-files.yml | 4 ++-- .github/workflows/deploy-its-live-data-files.yml | 4 ++-- .github/workflows/deploy-s1-orbits-files-prod.yml | 4 ++-- .github/workflows/deploy-s1-orbits-files-test.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/deploy-asf-event-data-files.yml b/.github/workflows/deploy-asf-event-data-files.yml index 30cbb3d..45bd1bb 100644 --- a/.github/workflows/deploy-asf-event-data-files.yml +++ b/.github/workflows/deploy-asf-event-data-files.yml @@ -14,7 +14,7 @@ jobs: url: https://asf-event-data.s3.us-west-2.amazonaws.com/README.html steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # To test, run: # docker run -it --rm -v ${PWD}:/github/workspace \ @@ -23,7 +23,7 @@ jobs: # -e INPUT_BUILD_PDF=false \ # ghcr.io/baileyjm02/markdown-to-pdf/markdown-to-pdf:latest - name: Create asf-event-data/README.html - uses: baileyjm02/markdown-to-pdf@v1 + uses: baileyjm02/markdown-to-pdf@v2 with: input_path: asf-event-data/README.md output_dir: asf-event-data/ diff --git a/.github/workflows/deploy-glo-30-hand-files.yml b/.github/workflows/deploy-glo-30-hand-files.yml index 5c7e8a0..9876cca 100644 --- a/.github/workflows/deploy-glo-30-hand-files.yml +++ b/.github/workflows/deploy-glo-30-hand-files.yml @@ -14,7 +14,7 @@ jobs: url: https://glo-30-hand.s3.us-west-2.amazonaws.com/readme.html steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # To test, run: # docker run -it --rm -v ${PWD}:/github/workspace \ @@ -23,7 +23,7 @@ jobs: # -e INPUT_BUILD_PDF=false \ # ghcr.io/baileyjm02/markdown-to-pdf/markdown-to-pdf:latest - name: Create glo-30-hand/readme.html - uses: baileyjm02/markdown-to-pdf@v1 + uses: baileyjm02/markdown-to-pdf@v2 with: input_path: glo-30-hand/readme.md output_dir: glo-30-hand/ diff --git a/.github/workflows/deploy-its-live-data-files.yml b/.github/workflows/deploy-its-live-data-files.yml index 16c1905..1893d53 100644 --- a/.github/workflows/deploy-its-live-data-files.yml +++ b/.github/workflows/deploy-its-live-data-files.yml @@ -14,7 +14,7 @@ jobs: url: https://its-live-data.s3.us-west-2.amazonaws.com/README.html steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # To test, run: # docker run -it --rm -v ${PWD}:/github/workspace \ @@ -23,7 +23,7 @@ jobs: # -e INPUT_BUILD_PDF=false \ # ghcr.io/baileyjm02/markdown-to-pdf/markdown-to-pdf:latest - name: Create its-live-data/README.html - uses: baileyjm02/markdown-to-pdf@v1 + uses: baileyjm02/markdown-to-pdf@v2 with: input_path: its-live-data/README.md output_dir: its-live-data/ diff --git a/.github/workflows/deploy-s1-orbits-files-prod.yml b/.github/workflows/deploy-s1-orbits-files-prod.yml index 6dc7d5e..b15adb2 100644 --- a/.github/workflows/deploy-s1-orbits-files-prod.yml +++ b/.github/workflows/deploy-s1-orbits-files-prod.yml @@ -14,7 +14,7 @@ jobs: url: https://s1-orbits-test.s3.us-west-2.amazonaws.com/README.html steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # To test, run: # docker run -it --rm -v ${PWD}:/github/workspace \ @@ -23,7 +23,7 @@ jobs: # -e INPUT_BUILD_PDF=false \ # ghcr.io/baileyjm02/markdown-to-pdf/markdown-to-pdf:latest - name: Create s1-orbits/README.html - uses: baileyjm02/markdown-to-pdf@v1 + uses: baileyjm02/markdown-to-pdf@v2 with: input_path: s1-orbits/README.md output_dir: s1-orbits/ diff --git a/.github/workflows/deploy-s1-orbits-files-test.yml b/.github/workflows/deploy-s1-orbits-files-test.yml index 95991a5..3ab9877 100644 --- a/.github/workflows/deploy-s1-orbits-files-test.yml +++ b/.github/workflows/deploy-s1-orbits-files-test.yml @@ -14,7 +14,7 @@ jobs: url: https://s1-orbits.s3.us-west-2.amazonaws.com/README.html steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # To test, run: # docker run -it --rm -v ${PWD}:/github/workspace \ @@ -23,7 +23,7 @@ jobs: # -e INPUT_BUILD_PDF=false \ # ghcr.io/baileyjm02/markdown-to-pdf/markdown-to-pdf:latest - name: Create s1-orbits/README.html - uses: baileyjm02/markdown-to-pdf@v1 + uses: baileyjm02/markdown-to-pdf@v2 with: input_path: s1-orbits/README.md output_dir: s1-orbits/