From 1ce14cfc35881a48164526b8575dba031725843c Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Wed, 28 Dec 2022 15:32:53 +0100 Subject: .github: bump actions to latest versions This hopefully fixes the problems with the FreeBSD builder. Apparently they recommend using v0 instead of the latest release (v0.3.0). Signed-off-by: Joachim Wiberg --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/build.yml') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bb6da8c..5d7e974 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install MacOS dependencies if: startsWith(matrix.os,'macos') run: | @@ -64,7 +64,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install MacOS dependencies if: startsWith(matrix.os,'macos') run: | -- cgit v1.2.1