Skip to content

Commit a4309d3

Browse files
Update actions/checkout action to v4.2.2 (#2517)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e151773 commit a4309d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4.1.1
12+
uses: actions/checkout@v4.2.2
1313
- name: Install
1414
run: |
1515
npm ci

0 commit comments

Comments
 (0)