Skip to content

Commit 501869d

Browse files
committed
Update actions/checkout action to v4
1 parent 23e22c8 commit 501869d

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
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: google/wireit@setup-github-actions-caching/v1
1212
- name: Checkout
13-
uses: actions/checkout@v3.6.0
13+
uses: actions/checkout@v4.1.1
1414

1515
- name: Install
1616
run: |

.github/workflows/test.yml

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

1515
steps:
1616
- uses: google/wireit@setup-github-actions-caching/v1
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Use Node.js 20
1919
uses: actions/setup-node@v3
2020
with:

0 commit comments

Comments
 (0)