From 6309cf65e7a44acf42aa57cbd523412b955f0583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:57:12 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 15249de78..4709e5f9c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: run: | dnf -y update dnf -y install pkgconf-pkg-config which cmake make nasm qt6-qtwebsockets-devel hidapi-devel zlib-devel libpng-devel SDL2_net-devel wget zip git - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run build script run: | git config --global --add safe.directory /__w/m64p/m64p @@ -22,7 +22,7 @@ jobs: build-windows: runs-on: windows-2022 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Get short SHA id: slug run: echo "::set-output name=sha7::$(git rev-parse --short HEAD)" @@ -60,7 +60,7 @@ jobs: # build-mac: # runs-on: macos-10.15 # steps: -# - uses: actions/checkout@v3 +# - uses: actions/checkout@v4 # - name: Get short SHA # id: slug # run: echo "::set-output name=sha7::$(git rev-parse --short HEAD)"