Skip to content

Commit 716cde0

Browse files
dependabot[bot]mbrandenburger
authored andcommitted
Bump the actions-deps group across 1 directory with 2 updates
Bumps the actions-deps group with 2 updates in the / directory: [dorny/paths-filter](https://github.com/dorny/paths-filter) and [docker/login-action](https://github.com/docker/login-action). Updates `dorny/paths-filter` from 3 to 4 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](dorny/paths-filter@v3...v4) Updates `docker/login-action` from 3 to 4 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e422f2b commit 716cde0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
go-version-file: 'go.mod'
4343

44-
- uses: dorny/paths-filter@v3
44+
- uses: dorny/paths-filter@v4
4545
id: filter
4646
with:
4747
filters: |
@@ -78,7 +78,7 @@ jobs:
7878
#
7979
- name: Login to the ${{ env.DOCKER_REGISTRY }} Container Registry
8080
if: env.PUSH_TO_MAIN == 'true' && steps.filter.outputs.docker == 'true'
81-
uses: docker/login-action@v3
81+
uses: docker/login-action@v4
8282
with:
8383
registry: ${{ env.DOCKER_REGISTRY }}
8484
username: ${{ github.actor }}

0 commit comments

Comments
 (0)