Skip to content

Commit 06aa6e2

Browse files
chore(deps): update actions/checkout action to v3.2.0
1 parent 3881a94 commit 06aa6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: 'Check out repository'
49-
uses: actions/checkout@v3.0.2
49+
uses: actions/checkout@v3.2.0
5050
- name: 'Cache local Maven repository'
5151
uses: actions/cache@v3.0.8
5252
with:

0 commit comments

Comments
 (0)