Skip to content

Commit 346b08f

Browse files
dependabot[bot]krkabol
authored andcommitted
Bump the githubactions-dependencies group with 2 updates
Bumps the githubactions-dependencies 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 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) 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@v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: githubactions-dependencies - dependency-name: docker/login-action dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: githubactions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2e249c7 commit 346b08f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
id-token: write
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

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

0 commit comments

Comments
 (0)