Skip to content

Commit ddb6b65

Browse files
Update actions/checkout action to v4
1 parent f2cd217 commit ddb6b65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout your repository using git
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
- name: Install, build, and upload your site output
2121
uses: withastro/action@v0

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: Install Node.js
1616
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)