Skip to content

Commit 567eda6

Browse files
authored
Merge pull request #56 from hsluv/dependabot/github_actions/actions/setup-python-5.4.0
Actions(deps): Bump actions/setup-python from 5.3.0 to 5.4.0
2 parents 5991314 + 977179e commit 567eda6

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
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222

2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
24+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

0 commit comments

Comments
 (0)