Skip to content

Commit

Permalink
Merge pull request #5515 from MisterDA/gha-checkout-v3
Browse files Browse the repository at this point in the history
gha: update to checkout@v3
  • Loading branch information
kit-ty-kate authored Apr 18, 2023
2 parents f0a8f46 + cfa32de commit fd29dc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
diff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: bash .github/scripts/changelog/checker.sh
2 changes: 1 addition & 1 deletion .github/workflows/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
hygiene-scripts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Check scripts
env:
# Defined only on pull request jobs
Expand Down
1 change: 1 addition & 0 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ users)
* Workaround brew problem on macOS GHA runner testing Z3 [#5405 @dra27]
* Adopt the OCaml Code of Conduct [#5419 @dra27]
* Use (implicit_transitive_deps false) in CI [#4771 @dra27]
* gha: update to checkout@v3 [#5515 @MisterDA]

## Release scripts
* Make the release script setup-less using QEMU, Docker and Rosetta 2 [#4947 @kit-ty-kate]
Expand Down

0 comments on commit fd29dc4

Please sign in to comment.