Skip to content

Commit

Permalink
action-deps: bump actions/cache from 4.1.0 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent adcf018 commit 3a7221d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pal3-mono-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
fetch-depth: 0
lfs: true
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
path: Library
key: Library-${{ matrix.targetPlatform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pal3-mono-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0
lfs: true
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
path: Library
key: Library-${{ matrix.targetPlatform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pal3-mono-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0
lfs: true
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
path: Library
key: Library-${{ matrix.targetPlatform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pal3-mono-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0
lfs: true
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
path: Library
key: Library-${{ matrix.targetPlatform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pal3-mono-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
lfs: true
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
path: Library
key: Library-${{ matrix.targetPlatform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pal3a-mono-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
find: "6b32649dccc45df4ebe8e3f8eccee249"
replace: "d03d417e5660d5849939c8fe43732dbd"
include: "**ProjectSettings.asset"
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
path: Library
key: Library-${{ matrix.targetPlatform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pal3a-mono-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
find: "6b32649dccc45df4ebe8e3f8eccee249"
replace: "d03d417e5660d5849939c8fe43732dbd"
include: "**ProjectSettings.asset"
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
path: Library
key: Library-${{ matrix.targetPlatform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pal3a-mono-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
find: "6b32649dccc45df4ebe8e3f8eccee249"
replace: "d03d417e5660d5849939c8fe43732dbd"
include: "**ProjectSettings.asset"
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
path: Library
key: Library-${{ matrix.targetPlatform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pal3a-mono-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
find: "6b32649dccc45df4ebe8e3f8eccee249"
replace: "d03d417e5660d5849939c8fe43732dbd"
include: "**ProjectSettings.asset"
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
path: Library
key: Library-${{ matrix.targetPlatform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pal3a-mono-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
find: "6b32649dccc45df4ebe8e3f8eccee249"
replace: "d03d417e5660d5849939c8fe43732dbd"
include: "**ProjectSettings.asset"
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
path: Library
key: Library-${{ matrix.targetPlatform }}
Expand Down

0 comments on commit 3a7221d

Please sign in to comment.