diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f04da54..c49e64d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: runs-on: macos-13 steps: - name: git checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: unit tests run: | @@ -59,7 +59,7 @@ jobs: runs-on: macos-13 steps: - name: git checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: unit tests run: | @@ -75,7 +75,7 @@ jobs: runs-on: macos-13 steps: - name: git checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: test run: | @@ -91,7 +91,7 @@ jobs: runs-on: macos-13 steps: - name: git checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: unit tests run: | @@ -107,7 +107,7 @@ jobs: runs-on: macos-13 steps: - name: git checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: example tests run: | diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index 3768bc7..cc36c64 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -16,7 +16,7 @@ jobs: runs-on: macos-13 steps: - name: git checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: ruby versions run: | diff --git a/.github/workflows/pod-lint.yml b/.github/workflows/pod-lint.yml index 33b8fb7..58b57d8 100644 --- a/.github/workflows/pod-lint.yml +++ b/.github/workflows/pod-lint.yml @@ -20,7 +20,7 @@ jobs: runs-on: macos-13 steps: - name: git checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: ruby versions run: | diff --git a/.github/workflows/spm.yml b/.github/workflows/spm.yml index e4ab819..7ef3dd5 100644 --- a/.github/workflows/spm.yml +++ b/.github/workflows/spm.yml @@ -20,7 +20,7 @@ jobs: runs-on: macos-13 steps: - name: git checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: xcode version run: xcodebuild -version -sdk