From fd82c2f3a4939fbd0c6ff33ae2f2daa70210baa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 05:04:07 +0000 Subject: [PATCH] Bump sersoft-gmbh/swifty-linux-action from 2.0.0 to 2.1.0 Bumps [sersoft-gmbh/swifty-linux-action](https://github.com/sersoft-gmbh/swifty-linux-action) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/sersoft-gmbh/swifty-linux-action/releases) - [Commits](https://github.com/sersoft-gmbh/swifty-linux-action/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: sersoft-gmbh/swifty-linux-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 1e4953f..75568af 100644 --- a/.github/workflows/swift-test.yml +++ b/.github/workflows/swift-test.yml @@ -22,7 +22,7 @@ jobs: xcode-version: ^13.0 - name: Install Swift if: runner.os == 'Linux' - uses: sersoft-gmbh/swifty-linux-action@v2.0.0 + uses: sersoft-gmbh/swifty-linux-action@v2.1.0 with: release-version: ${{matrix.swift-version}} platform: ${{matrix.os}}