Skip to content

Commit b94fff8

Browse files
committed
ci: refresh actions
1 parent e29f199 commit b94fff8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v5
2121

22-
- uses: webiny/action-conventional-commits@8bc41ff4e7d423d56fa4905f6ff79209a78776c7
22+
- uses: webiny/action-conventional-commits@v1.3.1
2323

2424
- name: Check formatting
2525
run: |

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
cp -pv "${SRC}" upload/oidc-${{ matrix.target }}${{ matrix.exe }}
186186
187187
- name: Upload binary
188-
uses: actions/upload-artifact@v4
188+
uses: actions/upload-artifact@v5
189189
with:
190190
name: oidc-${{ matrix.target }}
191191
path: upload/oidc-${{ matrix.target }}${{ matrix.exe }}
@@ -197,7 +197,7 @@ jobs:
197197
steps:
198198

199199
- name: Checkout
200-
uses: actions/checkout@v4
200+
uses: actions/checkout@v5
201201
with:
202202
fetch-depth: 0
203203

0 commit comments

Comments
 (0)