Skip to content

Commit

Permalink
Bump actions/checkout from 3.1.0 to 4.1.2 (#735)
Browse files Browse the repository at this point in the history
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](actions/checkout@v3.1.0...9bb5618)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 28, 2024
1 parent 274d56c commit 258ec3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -24,15 +24,15 @@ jobs:
RUNALL: "true"
steps:
- name: Checkout code
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633

- name: Run tests
run: swift test --package-path ./generator
generator-template-tests:
runs-on: macos-13
steps:
- name: Checkout code
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633

- name: Run tests
run: ./bin/test_generator.sh

0 comments on commit 258ec3d

Please sign in to comment.