Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 6, 2024
1 parent 0ffd6c6 commit 4ca1b74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Newsletter.yml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the MaCh3 repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history including tags
repository: mach3-software/MaCh3
Expand All @@ -33,7 +33,7 @@ jobs:
echo "current_date=${current_date}" >> $GITHUB_ENV
- name: Checkout the MaCh3Tutorial repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history including tags
repository: mach3-software/MaCh3Tutorial
Expand All @@ -53,7 +53,7 @@ jobs:
echo "tutorial_latest_tag=${tutorial_latest_tag}" >> $GITHUB_ENV
- name: Checkout the MaCh3-PythonUtils repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history including tags
repository: mach3-software/MaCh3-PythonUtils
Expand Down

0 comments on commit 4ca1b74

Please sign in to comment.