Skip to content

Commit 10c3f78

Browse files
authored
Merge pull request cli#13841 from cli/dependabot/github_actions/actions/cache/restore-6.1.0
chore(deps): bump actions/cache/restore from 5.0.5 to 6.1.0
2 parents 2b97099 + 27d437e commit 10c3f78

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/issue-triage.lock.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# - GITHUB_TOKEN
4242
#
4343
# Custom actions used:
44-
# - actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
44+
# - actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
4545
# - actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4646
# - actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4747
# - actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
@@ -161,7 +161,7 @@ jobs:
161161
id: restore-daily-aic-cache
162162
if: ${{ env.GH_AW_MAX_DAILY_AI_CREDITS != '' }}
163163
continue-on-error: true
164-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
164+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
165165
with:
166166
key: agentic-workflow-usage-issuetriage-${{ github.run_id }}
167167
restore-keys: agentic-workflow-usage-issuetriage-
@@ -1131,7 +1131,7 @@ jobs:
11311131
id: restore-daily-aic-cache-conclusion
11321132
if: always()
11331133
continue-on-error: true
1134-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
1134+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
11351135
with:
11361136
key: agentic-workflow-usage-issuetriage-${{ github.run_id }}
11371137
restore-keys: agentic-workflow-usage-issuetriage-

0 commit comments

Comments
 (0)