From 258ec3da8ad10a68c3608db652a4e34617c57f60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 09:37:37 +0100 Subject: [PATCH] Bump actions/checkout from 3.1.0 to 4.1.2 (#735) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 4.1.2. - [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...9bb56186c3b09b4f86b1c65136769dd318469633) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fa33da6a..ad54a8464 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: RUNALL: "true" steps: - name: Checkout code - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Run tests run: swift test @@ -24,7 +24,7 @@ jobs: RUNALL: "true" steps: - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Run tests run: swift test --package-path ./generator @@ -32,7 +32,7 @@ jobs: runs-on: macos-13 steps: - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Run tests run: ./bin/test_generator.sh