diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67b140d..713b3ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: macos-14 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Select Xcode run: sudo xcode-select -s /Applications/Xcode_15.0.1.app @@ -56,7 +56,7 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/main' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Select Xcode run: sudo xcode-select -s /Applications/Xcode_15.0.app diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f2954c3..bf92f99 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: main diff --git a/.github/workflows/snapshot-tests.yml b/.github/workflows/snapshot-tests.yml index 0e989a2..ce0a6c6 100644 --- a/.github/workflows/snapshot-tests.yml +++ b/.github/workflows/snapshot-tests.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -108,10 +108,10 @@ jobs: steps: - name: Checkout PR Branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Checkout Base Branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.base_ref }} path: base