Skip to content

Commit 2f7c582

Browse files
ci: update actions/checkout requirement to v2.3.2 (#27)
Updates the requirements on [actions/checkout](https://github.com/actions/checkout) to permit the latest version. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/commits/2036a08e25fa78bbd946711a407b529a0a1204bf) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b99e8b commit 2f7c582

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
test:
1717
runs-on: ubuntu-18.04
1818
steps:
19-
- uses: actions/[email protected].1
19+
- uses: actions/[email protected].2
2020
- run: docker-compose build
2121
- run: make build
2222
- run: make test

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
main:
1010
runs-on: ubuntu-18.04
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v2.3.2
1313

1414
- name: Install github/hub
1515
run: |

0 commit comments

Comments
 (0)