Skip to content

Commit 6bf21e9

Browse files
authored
ci: update of files from global .github repo (#1731)
1 parent bba69fe commit 6bf21e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/if-docker-pr-testing.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- if: steps.should_run.outputs.shouldrun == 'true'
3838
name: Checkout repository
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040

4141
- if: steps.should_run.outputs.shouldrun == 'true'
4242
name: Check if project has a Dockerfile
@@ -46,18 +46,18 @@ jobs:
4646

4747
- if: steps.docker.outputs.exists == 'true'
4848
name: Set up Docker Buildx
49-
uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # use 2.5.0 https://github.com/docker/setup-buildx-action/releases/tag/v2.5.0
49+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # use 3.10.0 https://github.com/docker/setup-buildx-action/releases/tag/v2.5.0
5050

5151
- if: steps.docker.outputs.exists == 'true'
5252
name: Extract metadata for Docker
5353
id: meta
54-
uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # use 4.3.0 https://github.com/docker/metadata-action/releases/tag/v4.3.0
54+
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # use 5.7.0 https://github.com/docker/metadata-action/releases/tag/v4.3.0
5555
with:
5656
images: ${{ env.IMAGE_NAME }}
5757

5858
- if: steps.docker.outputs.exists == 'true'
5959
name: Build Docker image
60-
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # use 4.0.0 https://github.com/docker/build-push-action/releases/tag/v4.0.0
60+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # use 6.15.0 https://github.com/docker/build-push-action/releases/tag/v4.0.0
6161
with:
6262
context: .
6363
push: false

0 commit comments

Comments
 (0)