From 49eceb17f2959bf87689546ca516b99ddd5c6e60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 10:06:54 +0000 Subject: [PATCH] fix: bump the all group with 2 updates Bumps the all group with 2 updates: [hathitrust/github_actions/.github/workflows/build.yml](https://github.com/hathitrust/github_actions) and [hathitrust/github_actions/.github/workflows/tag-release.yml](https://github.com/hathitrust/github_actions). Updates `hathitrust/github_actions/.github/workflows/build.yml` from 2.0.2 to 2.1.0 - [Release notes](https://github.com/hathitrust/github_actions/releases) - [Commits](https://github.com/hathitrust/github_actions/compare/98a7b0f67c16b968bb1f357ac50224dbfa789f3f...dc1e0d1e000e898af7ac65b5ecb1e3f7d9fd1dcc) Updates `hathitrust/github_actions/.github/workflows/tag-release.yml` from 2.0.2 to 2.1.0 - [Release notes](https://github.com/hathitrust/github_actions/releases) - [Commits](https://github.com/hathitrust/github_actions/compare/98a7b0f67c16b968bb1f357ac50224dbfa789f3f...dc1e0d1e000e898af7ac65b5ecb1e3f7d9fd1dcc) --- updated-dependencies: - dependency-name: hathitrust/github_actions/.github/workflows/build.yml dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: hathitrust/github_actions/.github/workflows/tag-release.yml dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/tag-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 985a1e4..d693dec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: contents: read packages: write name: Build Image - uses: hathitrust/github_actions/.github/workflows/build.yml@98a7b0f67c16b968bb1f357ac50224dbfa789f3f # v2.0.2 + uses: hathitrust/github_actions/.github/workflows/build.yml@dc1e0d1e000e898af7ac65b5ecb1e3f7d9fd1dcc # v2.1.0 with: image: ghcr.io/${{ github.repository }} dockerfile: Dockerfile diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 8b7cc4c..22b75d2 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -8,7 +8,7 @@ on: jobs: tag-release: name: Tag Release - uses: hathitrust/github_actions/.github/workflows/tag-release.yml@98a7b0f67c16b968bb1f357ac50224dbfa789f3f # v2.0.2 + uses: hathitrust/github_actions/.github/workflows/tag-release.yml@dc1e0d1e000e898af7ac65b5ecb1e3f7d9fd1dcc # v2.1.0 with: existing_tag: ghcr.io/${{ github.repository }}:${{ github.sha }} image: ghcr.io/${{ github.repository }}