diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..6867e71 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index da241ac..3fda80a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: with: release: ${{ matrix.release }} - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Run compilation script uses: matlab-actions/run-command@v2 with: diff --git a/Contents.m b/Contents.m index 60b3944..8879857 100644 --- a/Contents.m +++ b/Contents.m @@ -1,5 +1,5 @@ % MATLAB-bindings for coupling library preCICE -% Version 3.2.0 (R2024a, R2023b) 03-Apr-2025 +% Version 3.3.0 (R2024a, R2023b) 09-Oct-2025 % % Files % getVersionInformation -