Skip to content

Commit 13a4856

Browse files
build(deps): bump the actions-minor-patch group with 2 updates (#390)
Bumps the actions-minor-patch group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [docker/login-action](https://github.com/docker/login-action). Updates `actions/checkout` from 4.2.2 to 4.4.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...11d5960) Updates `docker/login-action` from 3.4.0 to 3.7.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@74a5d14...c94ce9f) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7309e8c commit 13a4856

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/backend-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Checkout repository
54-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
54+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
5555

5656
- name: Set up uv
5757
uses: astral-sh/setup-uv@caf0cab7a618c569241d31dcd442f54681755d39 # v3.2.4
@@ -97,7 +97,7 @@ jobs:
9797
# Dockerfile or an uninstallable lock is most of the value of gating pre-merge.
9898
- name: Log in to GHCR
9999
if: ${{ github.event_name != 'pull_request' }}
100-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
100+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
101101
with:
102102
registry: ${{ env.REGISTRY }}
103103
username: ${{ github.actor }}
@@ -139,7 +139,7 @@ jobs:
139139

140140
steps:
141141
- name: Checkout repository
142-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
142+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
143143

144144
- name: Set up uv
145145
uses: astral-sh/setup-uv@caf0cab7a618c569241d31dcd442f54681755d39 # v3.2.4

.github/workflows/concierge-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run:
3131
working-directory: Concierge
3232
steps:
33-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
3434
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
3535
with:
3636
python-version: ${{ matrix.python-version }}

.github/workflows/heartbeat-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
44+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
4545

4646
# The heartbeat is stdlib-only by design (see Heartbeat/README.md):
4747
# the runner's system python3 is all it needs — no setup, no deps.
@@ -70,7 +70,7 @@ jobs:
7070

7171
steps:
7272
- name: Checkout repository
73-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
73+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
7474

7575
- name: Determine deploy eligibility
7676
id: deploy-gate

0 commit comments

Comments
 (0)