Skip to content

Commit

Permalink
Update actions' versions in pr-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
azatsarynnyy authored Oct 3, 2024
1 parent feccca0 commit ee6f62a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
@@ -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/
Expand All @@ -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
Expand Down

0 comments on commit ee6f62a

Please sign in to comment.