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