aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-10-06 22:23:26 -0700
committerGarrett D'Amore <garrett@damore.org>2024-10-06 22:23:26 -0700
commitd0dc211c7b77a927c1ea315342239b09e5d8c2fe (patch)
tree94975fd9ff87c15d461ffd390dea45c633e07111 /.github/workflows/windows.yml
parent7dd81b3c116127f8eed3dc6f05c62ec36b0097d8 (diff)
downloadnng-d0dc211c7b77a927c1ea315342239b09e5d8c2fe.tar.gz
nng-d0dc211c7b77a927c1ea315342239b09e5d8c2fe.tar.bz2
nng-d0dc211c7b77a927c1ea315342239b09e5d8c2fe.zip
Bump checkout action to v4.
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 2a031b2b..9f9791f2 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -6,7 +6,7 @@ jobs:
runs-on: [windows-latest]
steps:
- name: Check out code
- uses: actions/checkout@v1
+ uses: actions/checkout@v4
- name: vcpkg build
id: vcpkg