Skip to content

Commit f846e6e

Browse files
authored
Merge pull request #140 from ergebnis/dependabot/github_actions/actions/checkout-3.2.0
github-actions(deps): Bump actions/checkout from 3.1.0 to 3.2.0
2 parents 09eae6e + c9ffc51 commit f846e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: "Checkout"
19-
uses: "actions/checkout@v3.1.0"
19+
uses: "actions/checkout@v3.2.0"
2020

2121
- name: "Lint YAML files"
2222
uses: "ibiqlik/action-yamllint@v3.1.1"

0 commit comments

Comments
 (0)