Skip to content

Commit f101688

Browse files
Update actions/checkout action to v4.2.1
1 parent 40ffa23 commit f101688

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424

2525
steps:
2626
- name: Checkout plugin code
27-
uses: actions/checkout@v4.1.7
27+
uses: actions/checkout@v4.2.1
2828
with:
2929
show-progress: false
3030
path: plugin
3131
token: ${{ env.PUSH_GITHUB_TOKEN }}
3232

3333
- name: Checkout template
34-
uses: actions/checkout@v4.1.7
34+
uses: actions/checkout@v4.2.1
3535
with:
3636
show-progress: false
3737
repository: JustArchiNET/ASF-PluginTemplate

0 commit comments

Comments
 (0)