Skip to content

Commit 689c745

Browse files
authored
Merge pull request #209 from OpenFunction/dependabot/github_actions/actions/checkout-3
chore(deps): bump actions/checkout from 2 to 3
2 parents abba0ab + 0951b5a commit 689c745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: openfunction plugins e2e test
3939
e2e: "test/e2e/openfunction-plugins/e2e.yaml"
4040
steps:
41-
- uses: actions/checkout@v2
41+
- uses: actions/checkout@v3
4242

4343
- name: install yq
4444
env:

0 commit comments

Comments
 (0)