From ee6f62a0a5fc8369acb2c1a0585eee095fce61d1 Mon Sep 17 00:00:00 2001 From: Artem Zatsarynnyi Date: Thu, 3 Oct 2024 15:32:57 +0200 Subject: [PATCH] Update actions' versions in pr-check.yaml --- .github/workflows/pr-check.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-check.yaml b/.github/workflows/pr-check.yaml index 4814c6f..87c1e5b 100644 --- a/.github/workflows/pr-check.yaml +++ b/.github/workflows/pr-check.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2023 Red Hat, Inc. +# Copyright (c) 2023-2024 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -16,9 +16,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v6 with: context: . file: build/dockerfiles/Dockerfile