Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3.3.0 to 4.1.2 (#177)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.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@ac59398...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] committed Mar 28, 2024
1 parent 2330e9a commit 9fb74f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Check track configuration
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- name: Fetch
run: bin/fetch-configlet
- name: Lint
Expand All @@ -30,7 +30,7 @@ jobs:
name: Check exercises
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
# It appears that the Ceylon tests work without having to do setup-java.
# If in the future it breaks, try explicitly adding actions/setup-java@v1.
# As of Ceylon 1.3.3, I couldn't get Ceylon to work with Java 9, 10, or 11,
Expand Down

0 comments on commit 9fb74f4

Please sign in to comment.