Skip to content

Commit 67e611e

Browse files
authored
Merge pull request #56 from duyet/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents ff5dcfe + f9abe16 commit 67e611e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/blank.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- name: Run a one-line script
1313
run: echo Hello, world!
1414
- name: Run a multi-line script

0 commit comments

Comments
 (0)