From 16279a17bc3fbb0128715af6a00aaaa16a239250 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 05:28:10 +0000 Subject: [PATCH] Bump sersoft-gmbh/os-version-action from 2 to 3 Bumps [sersoft-gmbh/os-version-action](https://github.com/sersoft-gmbh/os-version-action) from 2 to 3. - [Release notes](https://github.com/sersoft-gmbh/os-version-action/releases) - [Commits](https://github.com/sersoft-gmbh/os-version-action/compare/v2...v3) --- updated-dependencies: - dependency-name: sersoft-gmbh/os-version-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- .github/workflows/swift-test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index fcd4c57..dc9c163 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -67,7 +67,7 @@ jobs: with: swift-version: '5.7' - name: Read OS Version - uses: sersoft-gmbh/os-version-action@v2 + uses: sersoft-gmbh/os-version-action@v3 id: os-version - uses: actions/checkout@v4 - uses: actions/cache@v3 diff --git a/.github/workflows/swift-test.yml b/.github/workflows/swift-test.yml index ed09b35..6836ab9 100644 --- a/.github/workflows/swift-test.yml +++ b/.github/workflows/swift-test.yml @@ -42,7 +42,7 @@ jobs: platform: ${{ matrix.os }} github-token: ${{ secrets.GITHUB_TOKEN }} - name: Read OS Version - uses: sersoft-gmbh/os-version-action@v2 + uses: sersoft-gmbh/os-version-action@v3 id: os-version - name: Read Swift Version uses: sersoft-gmbh/swift-version-action@v3 @@ -82,7 +82,7 @@ jobs: with: xcode-version: ^14.1 - name: Read OS Version - uses: sersoft-gmbh/os-version-action@v2 + uses: sersoft-gmbh/os-version-action@v3 id: os-version - name: Read Swift Version uses: sersoft-gmbh/swift-version-action@v3