Skip to content

Commit a65b3d8

Browse files
chore(deps): bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [grafana/shared-workflows](https://github.com/grafana/shared-workflows) and [docker/login-action](https://github.com/docker/login-action). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v5) Updates `grafana/shared-workflows` from bc9486e0e7cbe24b54d0dcdf8be459eb777567b0 to d79478b279700e6ab5af810a14cc86b0a7bed598 - [Release notes](https://github.com/grafana/shared-workflows/releases) - [Changelog](https://github.com/grafana/shared-workflows/blob/main/release-please-config.json) - [Commits](grafana/shared-workflows@bc9486e...d79478b) Updates `docker/login-action` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@74a5d14...184bdaa) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: grafana/shared-workflows dependency-version: d79478b279700e6ab5af810a14cc86b0a7bed598 dependency-type: direct:production dependency-group: github-actions - dependency-name: docker/login-action dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ecc61c commit a65b3d8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
contents: read
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1414
with:
1515
persist-credentials: false
1616

@@ -23,7 +23,7 @@ jobs:
2323
version: v0.20.0
2424

2525
- name: setup jrsonnet
26-
uses: grafana/shared-workflows/actions/setup-jrsonnet@bc9486e0e7cbe24b54d0dcdf8be459eb777567b0
26+
uses: grafana/shared-workflows/actions/setup-jrsonnet@ad19c5887b851e80c155510c8d55d16111fb8e34
2727

2828
- name: Build xpkg
2929
run: "make -B build"

.github/workflows/push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
persist-credentials: false
2424
- name: setup Crossplane cli
2525
uses: crossplane-contrib/setup-crossplane-action@cb8aac3f1246b19f101e7f85fd0a38623b4d5ad3 # v0.1.1
2626

2727
- name: Log in to the GitHub Container registry
28-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
28+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
2929
with:
3030
registry: ${{ env.REGISTRY }}
3131
username: ${{ github.actor }}

0 commit comments

Comments
 (0)