summaryrefslogtreecommitdiffstats
path: root/.github/workflows/windows_comp.yml
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2022-11-02 08:53:36 +0100
committerTomas Mraz <tomas@openssl.org>2022-11-03 12:17:16 +0100
commit4ff66347f0ab3c054c5622dd862f36c731c889ed (patch)
tree09516899e29f34daeeb480d144651fc9ed0ea954 /.github/workflows/windows_comp.yml
parentce0a7cadadb973216399e70d3a69f352b0843deb (diff)
Update GitHub actions as suggested by dependabot
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19581)
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 64e7f15081..12ae04851b 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@v2
+ - uses: actions/checkout@v3
- uses: ilammy/msvc-dev-cmd@v1
- uses: ilammy/setup-nasm@v1
- name: prepare the build directory
@@ -47,7 +47,7 @@ jobs:
brotli:
runs-on: windows-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- uses: ilammy/msvc-dev-cmd@v1
- uses: ilammy/setup-nasm@v1
- name: prepare the build directory