Skip to content

Commit 4969667

Browse files
chore(deps): bump the github-actions group with 2 updates (#37)
Bumps the github-actions group with 2 updates: [crossplane-contrib/setup-crossplane-action](https://github.com/crossplane-contrib/setup-crossplane-action) and [docker/login-action](https://github.com/docker/login-action). Updates `crossplane-contrib/setup-crossplane-action` from 0.1.0 to 0.1.1 - [Release notes](https://github.com/crossplane-contrib/setup-crossplane-action/releases) - [Commits](crossplane-contrib/setup-crossplane-action@v0.1.0...cb8aac3) Updates `docker/login-action` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@9780b0c...74a5d14) --- updated-dependencies: - dependency-name: crossplane-contrib/setup-crossplane-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f07951 commit 4969667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: setup Crossplane cli
24-
uses: crossplane-contrib/setup-crossplane-action@b40ed901610103a85d38c838a1e00fc54eb8d4c5 # v0.1.0
24+
uses: crossplane-contrib/setup-crossplane-action@cb8aac3f1246b19f101e7f85fd0a38623b4d5ad3 # v0.1.1
2525

2626
- name: Log in to the GitHub Container registry
27-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
27+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
2828
with:
2929
registry: ${{ env.REGISTRY }}
3030
username: ${{ github.actor }}

0 commit comments

Comments
 (0)