Skip to content

Commit f27806f

Browse files
chore(deps): update actions/cache action to v5
1 parent cbac0f7 commit f27806f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.6.0")
44

55
@file:Repository("https://bindings.krzeminski.it")
6-
@file:DependsOn("actions:cache:v4")
6+
@file:DependsOn("actions:cache:v5")
77
@file:DependsOn("actions:checkout:v5")
88
@file:DependsOn("actions:setup-java:v5")
99
@file:DependsOn("gradle:actions__setup-gradle:v5")

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- id: 'step-0'
4848
uses: 'actions/checkout@v5'
4949
- id: 'step-1'
50-
uses: 'actions/cache@v4'
50+
uses: 'actions/cache@v5'
5151
with:
5252
path: 'buildSrc/build'
5353
key: 'gradle-buildSrc-build-dir-${{ runner.os }}'
@@ -75,7 +75,7 @@ jobs:
7575
- id: 'step-0'
7676
uses: 'actions/checkout@v5'
7777
- id: 'step-1'
78-
uses: 'actions/cache@v4'
78+
uses: 'actions/cache@v5'
7979
with:
8080
path: 'buildSrc/build'
8181
key: 'gradle-buildSrc-build-dir-${{ runner.os }}'

0 commit comments

Comments
 (0)