Skip to content

Commit

Permalink
Merge pull request #79 from in-toto/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-5.1.1
  • Loading branch information
lukpueh authored Jul 11, 2024
2 parents 7624838 + c5c5922 commit 10df4df
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 @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
Expand Down

0 comments on commit 10df4df

Please sign in to comment.