Skip to content

Commit fd58873

Browse files
committed
update dockersize action checkout version
1 parent 2e78a5f commit fd58873

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dockerize.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
should_build: ${{ steps.check.outputs.should_build }}
1414
docker_tag: ${{ steps.extract.outputs.docker_tag }}
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919
- name: Extract Docker tag
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- name: Checkout
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v6
5252
- name: Set up QEMU
5353
uses: docker/setup-qemu-action@v3
5454
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)