From e35151951e3aba713e8d70d1f1dd5674d98d84f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 14:26:06 +0000 Subject: [PATCH] Bump sersoft-gmbh/swift-version-action from 2 to 3 Bumps [sersoft-gmbh/swift-version-action](https://github.com/sersoft-gmbh/swift-version-action) from 2 to 3. - [Release notes](https://github.com/sersoft-gmbh/swift-version-action/releases) - [Commits](https://github.com/sersoft-gmbh/swift-version-action/compare/v2...v3) --- updated-dependencies: - dependency-name: sersoft-gmbh/swift-version-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/swift-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift-test.yml b/.github/workflows/swift-test.yml index 6207bd6..30ecaae 100644 --- a/.github/workflows/swift-test.yml +++ b/.github/workflows/swift-test.yml @@ -39,7 +39,7 @@ jobs: uses: sersoft-gmbh/os-version-action@v3 id: os-version - name: Read Swift Version - uses: sersoft-gmbh/swift-version-action@v2 + uses: sersoft-gmbh/swift-version-action@v3 id: swift-version - uses: actions/checkout@v4 - uses: actions/cache@v3 @@ -75,7 +75,7 @@ jobs: uses: sersoft-gmbh/os-version-action@v3 id: os-version - name: Read Swift Version - uses: sersoft-gmbh/swift-version-action@v2 + uses: sersoft-gmbh/swift-version-action@v3 id: swift-version - name: Select destination id: destination