From 6f346b0ee268475a25804254ccb44c4428640b85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 02:16:24 +0000 Subject: [PATCH] chore(deps): bump eduNEXT/integration-test-in-tutor from 0.1.0 to 0.1.1 Bumps [eduNEXT/integration-test-in-tutor](https://github.com/edunext/integration-test-in-tutor) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/edunext/integration-test-in-tutor/releases) - [Commits](https://github.com/edunext/integration-test-in-tutor/compare/v0.1.0...v0.1.1) --- updated-dependencies: - dependency-name: eduNEXT/integration-test-in-tutor dependency-version: 0.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index be3dfbaf..a0dbe5f9 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -12,7 +12,7 @@ jobs: tutor_version: ['<21.0.0', 'main'] steps: - name: Run Integration Tests - uses: eduNEXT/integration-test-in-tutor@v0.1.0 + uses: eduNEXT/integration-test-in-tutor@v0.1.1 with: tutor_version: ${{ matrix.tutor_version }} tutor_plugins: 'forum'