From 4b6e73f240443cb170388b656fbb18cee8d3cfc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 04:02:53 +0000 Subject: [PATCH] Bump actions/checkout from 3.1.0 to 3.5.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.1.0...v3.5.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/macos-test.yml | 2 +- .github/workflows/swiftlint.yml | 2 +- .github/workflows/yamllint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos-test.yml b/.github/workflows/macos-test.yml index 67c963b..d1c46c6 100644 --- a/.github/workflows/macos-test.yml +++ b/.github/workflows/macos-test.yml @@ -22,6 +22,6 @@ jobs: DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.5.0 - name: Build run: swift build -c release diff --git a/.github/workflows/swiftlint.yml b/.github/workflows/swiftlint.yml index f6d753a..4306d5d 100644 --- a/.github/workflows/swiftlint.yml +++ b/.github/workflows/swiftlint.yml @@ -15,7 +15,7 @@ jobs: swiftlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.5.0 - name: "Lint Swift Files" run: | docker run -v "$(pwd):$(pwd)" -w "$(pwd)" "ghcr.io/realm/swiftlint:${SWIFTLINT_VERSION}" \ diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index 0795eed..0f38e7c 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -13,7 +13,7 @@ jobs: yamllint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.5.0 - name: yaml-lint uses: reviewdog/action-yamllint@v1.6 with: