Skip to content

Commit 2175ed6

Browse files
committed
ci: 🎡 Upgrade actions/checkout to v5 in build workflow
1 parent eaf9adb commit 2175ed6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/build_and_release.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
- name: Set current date as env variable
2525
run: echo "NOW=$(date --utc)" >> $GITHUB_ENV
2626
- name: Delete Continuous Release
@@ -56,7 +56,7 @@ jobs:
5656
# use_libressl: [0, 1]
5757
steps:
5858
- name: Checkout
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@v5
6060
- uses: actions/cache@v4
6161
id: cache
6262
with:
@@ -119,7 +119,7 @@ jobs:
119119
- i686-w64-mingw32
120120
steps:
121121
- name: Checkout
122-
uses: actions/checkout@v4
122+
uses: actions/checkout@v5
123123
- uses: actions/cache@v4
124124
id: cache
125125
with:

0 commit comments

Comments
 (0)