Skip to content

Commit 880f17d

Browse files
authored
Merge pull request #36 from EnviroDIY/dependabot/github_actions/actions/checkout-6
ci: bump actions/checkout from 5 to 6
2 parents c67b103 + 9aee35a commit 880f17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog_reminder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: Changelog Reminder
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v5
8+
- uses: actions/checkout@v6
99
with:
1010
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
1111

0 commit comments

Comments
 (0)