From 6a7489894faf6de5f72108a8628bbb757d5da475 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 05:18:06 +0000 Subject: [PATCH] Bump sersoft-gmbh/swifty-linux-action from 2 to 3 Bumps [sersoft-gmbh/swifty-linux-action](https://github.com/sersoft-gmbh/swifty-linux-action) from 2 to 3. - [Release notes](https://github.com/sersoft-gmbh/swifty-linux-action/releases) - [Commits](https://github.com/sersoft-gmbh/swifty-linux-action/compare/v2...v3) --- updated-dependencies: - dependency-name: sersoft-gmbh/swifty-linux-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/swift-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift-test.yml b/.github/workflows/swift-test.yml index 463d11b..f910896 100644 --- a/.github/workflows/swift-test.yml +++ b/.github/workflows/swift-test.yml @@ -30,7 +30,7 @@ jobs: xcode-version: ${{ matrix.xcode-version }} - name: Install Swift if: ${{ runner.os == 'Linux' }} - uses: sersoft-gmbh/swifty-linux-action@v2 + uses: sersoft-gmbh/swifty-linux-action@v3 with: release-version: ${{ matrix.swift-version }} platform: ${{ matrix.os }}