summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2022-12-17 16:18:09 +0000
committerSadie Powell <sadie@witchery.services>2022-12-17 16:18:09 +0000
commitb235da2e9c1a3ae94f325d79c58a5368dcc77edb (patch)
tree5893b5300fe7fe83784da53100b64cc0cf7e6d43 /.github
parent3f3062a0773d0a45941f6db2534989a07256f267 (diff)
parent2f46739931759dc360448a5e7f45e4ce6f7d9b7f (diff)
Merge branch '2.0' into 2.1.
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml6
-rw-r--r--.github/workflows/ci-linux.yml2
-rw-r--r--.github/workflows/ci-windows.yml4
3 files changed, 9 insertions, 3 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 000000000..3a626c3a7
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: github-actions
+ directory: /
+ schedule:
+ interval: monthly
diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml
index 0a27f24b3..cb5b9924c 100644
--- a/.github/workflows/ci-linux.yml
+++ b/.github/workflows/ci-linux.yml
@@ -9,7 +9,7 @@ jobs:
CXX: ${{ matrix.compiler }}
CXXFLAGS: -Werror
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt-get update --assume-yes
diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml
index 34a07226a..a5a9d1ad7 100644
--- a/.github/workflows/ci-windows.yml
+++ b/.github/workflows/ci-windows.yml
@@ -8,10 +8,10 @@ jobs:
build:
runs-on: windows-2019
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Setup MSBuild
- uses: microsoft/setup-msbuild@v1.1.0
+ uses: microsoft/setup-msbuild@v1.3
- name: Run CMake
run: |