Skip to content

Commit

Permalink
Merge pull request #152 from mach3-software/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/dot-github/workflows/actions/checkout-4

Bump actions/checkout from 3 to 4 in /.github/workflows
  • Loading branch information
KSkwarczynski authored Oct 6, 2024
2 parents 0ffd6c6 + 4ca1b74 commit 7f8009f
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 7f8009f

Please sign in to comment.