diff options
| author | 2022-04-16 14:45:26 +0000 | |
|---|---|---|
| committer | 2022-04-16 15:51:49 +0100 | |
| commit | 054d1f7646fc253ac90705c46c37bd0c04f39698 (patch) | |
| tree | c829cfa58a82ba196437fa3e1e7870816c255ade /.github/workflows/ci-linux.yml | |
| parent | Allow dependabot to update the GitHub Actions dependencies. (diff) | |
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/ci-linux.yml')
| -rw-r--r-- | .github/workflows/ci-linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index d23dd3fe7..692167560 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -12,7 +12,7 @@ jobs: CXXFLAGS: -std=${{ matrix.standard }} TEST_BUILD_MODULES: argon2 geo_maxmind ldap mysql pgsql regex_pcre regex_posix regex_re2 regex_stdlib regex_tre sqlite3 ssl_gnutls ssl_mbedtls ssl_openssl sslrehashsignal steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install dependencies run: | |
