Skip to content

Commit c20b4a0

Browse files
committed
Update actions/checkout action to v4.2.0
1 parent 7f475af commit c20b4a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4.1.7
13+
uses: actions/checkout@v4.2.0
1414

1515
- name: Get branch names
1616
id: branch-name

.github/workflows/update-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
sync-assets:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4.1.7
12+
- uses: actions/checkout@v4.2.0
1313
with:
1414
fetch-depth: 0
1515

0 commit comments

Comments
 (0)