1
0
mirror of https://github.com/zu1k/nali.git synced 2025-02-13 15:52:41 +08:00

Update actions/checkout requirement to v2.3.1

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](28c7f3d2b5)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-07-19 01:31:11 +00:00 committed by GitHub
parent fc6e29f1ed
commit 1a54dc9191
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
uses: actions/checkout@v2.3.1
- name: Build and push Docker images
uses: docker/build-push-action@v1.1.0

View File

@ -12,7 +12,7 @@ jobs:
go-version: 1.14.x
- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v2.3.1
- name: Cache go module
uses: actions/cache@v2