Skip to content

Commit

Permalink
Merge pull request #137 from datalad/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

[gh-actions](deps): Bump actions/checkout from 3 to 4
  • Loading branch information
yarikoptic authored May 20, 2024
2 parents c40d76f + 84b4d53 commit 9fed5ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Codespell
uses: codespell-project/actions-codespell@v2
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
auto-version: ${{ steps.auto-version.outputs.version }}
steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
echo "tag=$latest_tag" >> "$GITHUB_OUTPUT"
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ steps.latest-release.outputs.tag }}
Expand Down

0 comments on commit 9fed5ff

Please sign in to comment.