Skip to content

Commit

Permalink
Bugfix: use actions/checkout v4.1.1 (#33)
Browse files Browse the repository at this point in the history
Not v4.4.1.
  • Loading branch information
syncom authored Mar 7, 2024
1 parent d5dd4a6 commit 426e647
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout code"
uses: actions/checkout@v4.4.1
uses: actions/checkout@v4.1.1
with:
# Fetch all history for all tags and branches
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout code"
uses: actions/checkout@v4.4.1
uses: actions/checkout@v4.1.1
with:
# Fetch all history for all tags and branches
fetch-depth: 0
Expand Down Expand Up @@ -49,4 +49,4 @@ jobs:
allowUpdates: true
generateReleaseNotes: true
artifacts: "r10e-build/*"
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 426e647

Please sign in to comment.