Skip to content

Commit ca3955c

Browse files
authored
Merge pull request #102 from derskythe/dependabot/github_actions/actions/setup-python-6
chore(deps): bump actions/setup-python from 5 to 6
2 parents 1e8ba62 + 9961f38 commit ca3955c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v5
12-
- uses: actions/setup-python@v5
12+
- uses: actions/setup-python@v6
1313
- uses: pre-commit/[email protected]
1414
- name: Run ShellCheck
1515
uses: ludeeus/action-shellcheck@master

0 commit comments

Comments
 (0)