Skip to content

Commit 61d13fc

Browse files
chore(deps): update github actions (#51)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent debc3c8 commit 61d13fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup-python/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
using: composite
1313
steps:
1414
- name: Set up Python
15-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
15+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
1616
id: setup-python
1717
with:
1818
python-version: ${{ inputs.python-version }}

update-project-version/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ runs:
7676
shell: python
7777
- name: Create pull request
7878
if: inputs.create-pull-request == 'true'
79-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
79+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
8080
env:
8181
action-url: https://github.com/${{ github.action_repository }}/tree/${{ github.action_ref }}/update-project-version
8282
with:

0 commit comments

Comments
 (0)