Skip to content

Commit 784eb56

Browse files
chore(deps): update github actions
1 parent 83a877b commit 784eb56

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

analyze-project/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545
echo "hash=$install_args_hash" >> "$GITHUB_OUTPUT"
4646
shell: bash
4747
- name: Cache virtualenv
48-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
48+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4949
with:
5050
path: ${{ steps.get_project_info.outputs.venv-path }}
5151
key: ${{ steps.get_project_info.outputs.name }}-${{ runner.os }}-py${{ env.pythonVersion }}-${{ hashFiles(format('{0}/poetry.lock', inputs.project-directory)) }}-${{ steps.install_args_hash.outputs.hash }}

setup-poetry/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ runs:
5252
- name: Cache poetry
5353
if: ${{ inputs.use-cache == 'true' }}
5454
id: cache-poetry
55-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
55+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5656
with:
5757
# Using ${{ env.POETRY_HOME }} here does not work because it is evaluated before the "set paths" step runs.
5858
path: |

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@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
79+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
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)