From 99a00be1e14ec483ef8aed90d825410c36ec6282 Mon Sep 17 00:00:00 2001 From: Daniel Jilg Date: Fri, 8 Sep 2023 11:00:34 +0200 Subject: [PATCH] Update checkout action (#120) --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 94c6e1a..f4dfa72 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: runs-on: macos-latest steps: - name: Repository checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Lint run: swiftlint test: @@ -32,7 +32,7 @@ jobs: - "-sdk watchsimulator -destination 'platform=watchOS Simulator,name=Apple Watch Series 8 (45mm)'" steps: - name: Repository checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup Xcode uses: maxim-lobanov/setup-xcode@v1 with: