diff options
Diffstat (limited to '.github/workflows/darwin.yml')
| -rw-r--r-- | .github/workflows/darwin.yml | 2 |
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 |
