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-freebsd.yml | 4 ++-- .github/workflows/build.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-freebsd.yml b/.github/workflows/build-freebsd.yml index 54b9636..04e64e1 100644 --- a/.github/workflows/build-freebsd.yml +++ b/.github/workflows/build-freebsd.yml @@ -21,10 +21,10 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Build - uses: vmactions/freebsd-vm@v0.1.5 + uses: vmactions/freebsd-vm@v0 with: prepare: | pkg install -y autotools gcc llvm doxygen tree 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