Skip to content

Commit 2e3c483

Browse files
authored
Merge pull request #4 from faucetsdn/renovate/actions-checkout-2.x
Update actions/checkout action to v2
2 parents 7d08daa + 135b2ab commit 2e3c483

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v1
14+
uses: actions/checkout@v2
1515
- name: Set up docker buildx
1616
id: buildx
1717
uses: crazy-max/ghaction-docker-buildx@v1

0 commit comments

Comments
 (0)