Skip to content

Commit

Permalink
Merge pull request #213 from communitiesuk/renovate/actions-setup-pyt…
Browse files Browse the repository at this point in the history
…hon-digest

Update actions/setup-python digest to 4237552
  • Loading branch information
samuelhwilliams authored Feb 6, 2025
2 parents a8ee093 + 08bf767 commit fda83bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/increment-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
- name: Setup python
id: setup_python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
with:
python-version: '3.10'
- name: Get package version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup python
id: setup_python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
with:
python-version: '3.10'
- name: Get package version
Expand Down

0 comments on commit fda83bd

Please sign in to comment.