Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 64c69df

Browse files
Update actions/checkout action to v4.1.1
1 parent 42e96c1 commit 64c69df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout code
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323
with:
2424
show-progress: false
2525

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout code
23-
uses: actions/[email protected].0
23+
uses: actions/[email protected].1
2424
with:
2525
show-progress: false
2626

@@ -102,7 +102,7 @@ jobs:
102102

103103
steps:
104104
- name: Checkout code
105-
uses: actions/[email protected].0
105+
uses: actions/[email protected].1
106106
with:
107107
show-progress: false
108108

0 commit comments

Comments
 (0)