From c35820256d26d992b8bc6bee96d11c7f874fc328 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 12:05:34 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .github/workflows/danger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index e60b4f1..078b33f 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: Run Danger uses: docker://ghcr.io/danger/danger-swift-with-swiftlint:3.15.0