Skip to content

Commit 349ac05

Browse files
chore(deps): update actions/checkout action to v4.1.5
1 parent 2682fa0 commit 349ac05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout 🛎️
14-
uses: actions/[email protected].1
14+
uses: actions/[email protected].5
1515
with:
1616
persist-credentials: false
1717
fetch-depth: 0

.github/workflows/sync-to-gitee.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout source code
16-
uses: actions/[email protected].1
16+
uses: actions/[email protected].5
1717

1818
- name: Get current repository name
1919
id: info

0 commit comments

Comments
 (0)