summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: |