diff options
| author | 2021-11-03 11:09:39 +0000 | |
|---|---|---|
| committer | 2021-11-03 16:08:42 +0100 | |
| commit | 0925fbb49273b070af623c8b4e4d7b20bd1f0567 (patch) | |
| tree | 24037e140689abe9fd66df26d2535bd1b37e759c | |
| parent | Bump actions/checkout from 2.3.4 to 2.3.5 (diff) | |
| download | zig-clap-0925fbb49273b070af623c8b4e4d7b20bd1f0567.tar.gz zig-clap-0925fbb49273b070af623c8b4e4d7b20bd1f0567.tar.xz zig-clap-0925fbb49273b070af623c8b4e4d7b20bd1f0567.zip | |
Bump actions/checkout from 2.3.5 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.5...v2.4.0)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3c933b7..f97e69a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
| @@ -7,7 +7,7 @@ jobs: | |||
| 7 | test: | 7 | test: |
| 8 | runs-on: ubuntu-latest | 8 | runs-on: ubuntu-latest |
| 9 | steps: | 9 | steps: |
| 10 | - uses: actions/checkout@v2.3.5 | 10 | - uses: actions/checkout@v2.4.0 |
| 11 | with: | 11 | with: |
| 12 | submodules: recursive | 12 | submodules: recursive |
| 13 | - uses: goto-bus-stop/setup-zig@v1.3.0 | 13 | - uses: goto-bus-stop/setup-zig@v1.3.0 |
| @@ -17,7 +17,7 @@ jobs: | |||
| 17 | lint: | 17 | lint: |
| 18 | runs-on: ubuntu-latest | 18 | runs-on: ubuntu-latest |
| 19 | steps: | 19 | steps: |
| 20 | - uses: actions/checkout@v2.3.5 | 20 | - uses: actions/checkout@v2.4.0 |
| 21 | - uses: goto-bus-stop/setup-zig@v1.3.0 | 21 | - uses: goto-bus-stop/setup-zig@v1.3.0 |
| 22 | with: | 22 | with: |
| 23 | version: 0.8.0 | 23 | version: 0.8.0 |