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