From 93f09695d4d6bebff7367bcba45c82638d6079e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 05:10:14 +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 85b65cb..827a300 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 89c9b66..0a2332a 100644 --- a/.github/workflows/swift-test.yml +++ b/.github/workflows/swift-test.yml @@ -45,7 +45,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@v2 @@ -85,7 +85,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@v2