From 4aa9882ca519af34e05dbb2cf295c54352154c87 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 5 May 2024 14:23:47 +0200 Subject: [PATCH] Bump actions/checkout from 3 to 4 --- .github/workflows/pr.yml | 4 ++-- .github/workflows/push_image.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 6636ab0..b9284e7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -6,7 +6,7 @@ jobs: clang-format: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: clang-format run: | docker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./source ./include @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest needs: clang-format steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: build lib run: | docker build . -f Dockerfile.buildlocal -t builder diff --git a/.github/workflows/push_image.yml b/.github/workflows/push_image.yml index a69fa5e..26cf2f1 100644 --- a/.github/workflows/push_image.yml +++ b/.github/workflows/push_image.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Extract Docker metadata id: meta uses: docker/metadata-action@v4