From f83a06d1f50b2dc6e8042ba8fbd07fb44dd06533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 05:11:01 +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 44ede69..cbdf04a 100644 --- a/.github/workflows/swift-test.yml +++ b/.github/workflows/swift-test.yml @@ -36,7 +36,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 }}