Skip to content

Commit afcc0f5

Browse files
authored
Merge pull request #3227 from SUSE/for-deploy-6
🤖: Update build recipes for SP6
2 parents 347cecf + 57631b3 commit afcc0f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/changelog_checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ref: main
2020
fetch-depth: 0
2121

22-
- uses: actions/cache@v4
22+
- uses: actions/cache@v5
2323
with:
2424
path: ~/.cache/pypoetry/virtualenvs
2525
key: poetry-${{ hashFiles('poetry.lock') }}

.github/workflows/find-missing-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: main
2828
token: ${{ secrets.CHECKOUT_TOKEN }}
2929

30-
- uses: actions/cache@v4
30+
- uses: actions/cache@v5
3131
with:
3232
path: ~/.cache/pypoetry/virtualenvs
3333
key: poetry-${{ hashFiles('poetry.lock') }}

0 commit comments

Comments
 (0)