Skip to content

Commit

Permalink
Merge pull request #101 from philips-software/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-python-5.1.0

chore(deps): bump actions/setup-python from 5.0.0 to 5.1.0
  • Loading branch information
JeroenKnoops committed Jun 15, 2024
2 parents 00c288e + 54015e2 commit 69983fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/[email protected]
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # ratchet:actions/setup-python@v4
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # ratchet:actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 69983fa

Please sign in to comment.