aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/darwin.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/darwin.yml
parent7dd81b3c116127f8eed3dc6f05c62ec36b0097d8 (diff)
downloadnng-d0dc211c7b77a927c1ea315342239b09e5d8c2fe.tar.gz
nng-d0dc211c7b77a927c1ea315342239b09e5d8c2fe.tar.bz2
nng-d0dc211c7b77a927c1ea315342239b09e5d8c2fe.zip
Bump checkout action to v4.
Diffstat (limited to '.github/workflows/darwin.yml')
-rw-r--r--.github/workflows/darwin.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/darwin.yml b/.github/workflows/darwin.yml
index 5029198e..cc683c0a 100644
--- a/.github/workflows/darwin.yml
+++ b/.github/workflows/darwin.yml
@@ -6,7 +6,7 @@ jobs:
runs-on: [macos-latest]
steps:
- name: Check out code
- uses: actions/checkout@v1
+ uses: actions/checkout@v4
- name: Install Mbed TLS
run: brew install mbedtls