From be87588b85278e66a606736e5d3aeceac39a73ca Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Fri, 22 Dec 2023 17:28:23 +0000 Subject: [PATCH] Update some GH actions to latest. --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55aa39a2..50e5a4f2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,12 +13,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: recursive - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -97,7 +97,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run Doxygen uses: mattnotmitt/doxygen-action@1.9.5