Skip to content

Commit 559d890

Browse files
authored
Merge pull request #10 from hartwork/dependabot/github_actions/actions/setup-python-5.1.1
Actions(deps): Bump actions/setup-python from 5.1.0 to 5.1.1
2 parents 0f23ffb + 02aa329 commit 559d890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26-
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
26+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Run smoke test

0 commit comments

Comments
 (0)