summaryrefslogtreecommitdiffstats
path: root/.github/workflows/windows_comp.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-05 07:56:28 +0000
committerTomas Mraz <tomas@openssl.org>2023-09-05 10:02:04 +0200
commitd4231af60a8d04196b3b873c2fa8638daff36173 (patch)
tree68fd1746400dd7dcb7b0cc98721e3f7e0d5296c9 /.github/workflows/windows_comp.yml
parente0f4976ac634e8c74231e45f865457edab834324 (diff)
Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [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...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> CLA: trivial Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21953)
Diffstat (limited to '.github/workflows/windows_comp.yml')
-rw-r--r--.github/workflows/windows_comp.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows_comp.yml b/.github/workflows/windows_comp.yml
index bf797e57b6..834d46b097 100644
--- a/.github/workflows/windows_comp.yml
+++ b/.github/workflows/windows_comp.yml
@@ -22,7 +22,7 @@ jobs:
zstd:
runs-on: windows-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: checkout fuzz/corpora submodule
run: git submodule update --init --depth 1 fuzz/corpora
- uses: ilammy/msvc-dev-cmd@v1
@@ -49,7 +49,7 @@ jobs:
brotli:
runs-on: windows-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: checkout fuzz/corpora submodule
run: git submodule update --init --depth 1 fuzz/corpora
- uses: ilammy/msvc-dev-cmd@v1