summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Wiberg <troglobit@gmail.com>2022-12-28 15:32:53 +0100
committerJoachim Wiberg <troglobit@gmail.com>2022-12-28 15:34:22 +0100
commit1ce14cfc35881a48164526b8575dba031725843c (patch)
treeae54441878a1e2689b047b3b815a84c068e3eaf7
parent36eccdc31bb12def47e919d1962830be67cdb264 (diff)
downloadlibnet-1ce14cfc35881a48164526b8575dba031725843c.tar.gz
.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 <troglobit@gmail.com>
-rw-r--r--.github/workflows/build-freebsd.yml4
-rw-r--r--.github/workflows/build.yml4
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: |