From ea642f3b6a087210d662a66929970048f614a837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 18:53:19 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- .../dependabot-github_actions-actions-cache-6/done.md | 4 ++++ 2 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 .pi/orksorksorks/dependabot-github_actions-actions-cache-6/done.md diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index faaecc0f..ff86b0c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: Override development team run: echo "DEVELOPMENT_TEAM=" >> $GITHUB_ENV - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: ${{ github.workspace }}/DerivedData key: derived-data-${{ runner.os }}-${{ steps.xcode.outputs.version }}-${{ github.ref_name }}-${{ hashFiles('SingleThread/**', 'SingleThreadTests/**', 'SingleThreadUITests/**', 'SingleThreadCore/**', 'SingleThreadWatch/**', 'SingleThreadWatchUITests/**', 'SingleThreadWidget/**', 'SingleThread.xcodeproj/project.pbxproj') }} @@ -107,7 +107,7 @@ jobs: - name: Override development team run: echo "DEVELOPMENT_TEAM=" >> $GITHUB_ENV - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: ${{ github.workspace }}/DerivedData key: derived-data-${{ runner.os }}-${{ steps.xcode.outputs.version }}-${{ github.ref_name }}-${{ hashFiles('SingleThread/**', 'SingleThreadTests/**', 'SingleThreadUITests/**', 'SingleThreadCore/**', 'SingleThreadWatch/**', 'SingleThreadWatchUITests/**', 'SingleThreadWidget/**', 'SingleThread.xcodeproj/project.pbxproj') }} @@ -171,7 +171,7 @@ jobs: - name: Override development team run: echo "DEVELOPMENT_TEAM=" >> $GITHUB_ENV - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: ${{ github.workspace }}/DerivedData key: derived-data-mac-${{ runner.os }}-${{ steps.xcode.outputs.version }}-${{ github.ref_name }}-${{ hashFiles('SingleThread/**', 'SingleThreadTests/**', 'SingleThreadCore/**', 'SingleThreadWidget/**', 'SingleThread.xcodeproj/project.pbxproj') }} @@ -235,7 +235,7 @@ jobs: run: brew install mise - name: Cache mise tools - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.local/share/mise key: mise-tools-${{ runner.os }}-${{ hashFiles('.mise.toml') }} @@ -294,7 +294,7 @@ jobs: - name: Override development team run: echo "DEVELOPMENT_TEAM=" >> $GITHUB_ENV - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: ${{ github.workspace }}/DerivedData key: watch-ui-derived-data-${{ runner.os }}-${{ steps.xcode.outputs.version }}-${{ github.ref_name }}-${{ hashFiles('SingleThreadWatch/**', 'SingleThreadWatchUITests/**', 'SingleThreadWatchTests/**', 'SingleThreadCore/**', 'SingleThread.xcodeproj/project.pbxproj') }} diff --git a/.pi/orksorksorks/dependabot-github_actions-actions-cache-6/done.md b/.pi/orksorksorks/dependabot-github_actions-actions-cache-6/done.md new file mode 100644 index 00000000..1916735c --- /dev/null +++ b/.pi/orksorksorks/dependabot-github_actions-actions-cache-6/done.md @@ -0,0 +1,4 @@ +# Done + +Marshaled from https://github.com/alanvardy/SingleThread/pull/191 +Branch: dependabot/github_actions/actions/cache-6