Skip to content

Commit f646633

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/dot-github/workflows/docker/setup-docker-action-5' into combined-pr-branch
2 parents a7b7792 + 1c40be2 commit f646633

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-rootless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v5
5050
- name: Setup rootless Docker
51-
uses: docker/setup-docker-action@v4
51+
uses: docker/setup-docker-action@v5
5252
with:
5353
rootless: true
5454
- uses: ./.github/actions/setup-build

.github/workflows/moby-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Install Stable Docker
3434
id: setup_docker
35-
uses: docker/setup-docker-action@v4
35+
uses: docker/setup-docker-action@v5
3636
with:
3737
version: ${{ matrix.version }}
3838
channel: ${{ matrix.channel }}

0 commit comments

Comments
 (0)