Skip to content

Commit 5c7058d

Browse files
authored
Merge pull request mobxjs#4647 from mobxjs/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 4 to 6
2 parents 2c20eaa + 5bfc234 commit 5c7058d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout Repo
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
with:
2424
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2525
fetch-depth: 0

0 commit comments

Comments
 (0)