Skip to content

Commit 2ea3b27

Browse files
chore(deps): update actions/checkout action to v5.1.0 (.github/workflows) (#12227)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b9df9c4 commit 2ea3b27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-yazi-armv7.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
ref: ${{ steps.ref.outputs.ref }}
4040
steps:
4141
- name: Checkout arch (バージョンファイルのため)
42-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
42+
uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
4343
with:
4444
path: arch
4545
persist-credentials: false
@@ -60,7 +60,7 @@ jobs:
6060
echo "ビルドする ref: $ref"
6161
6262
- name: Checkout sxyazi/yazi
63-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
63+
uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
6464
with:
6565
repository: sxyazi/yazi
6666
ref: ${{ steps.ref.outputs.ref }}

0 commit comments

Comments
 (0)