From a57caa964011601af255c30c72b49601a23cd8e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 05:20:45 +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/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4979398..ee20fde 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: xcode-version: ^14.1 - name: Install Swift if: ${{ runner.os == 'Linux' }} - uses: sersoft-gmbh/swifty-linux-action@v2 + uses: sersoft-gmbh/swifty-linux-action@v3 with: release-version: 5.7 github-token: ${{ secrets.GITHUB_TOKEN }}