Skip to content

Commit

Permalink
build(deps): bump actions/setup-python from 5.3.0 to 5.4.0 (#120)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 1324fce commit a236807
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pulumi-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
echo "PULUMI_HOME=${GITHUB_WORKSPACE}/.pulumi" >> $GITHUB_ENV
echo "POETRY_PATH=$([ -f poetry.lock ] && echo ./pulumi || realpath -s --relative-to=${GITHUB_WORKSPACE} ../)" >> $GITHUB_ENV
working-directory: ./pulumi
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
# v5.3.0
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
# v5.4.0
with:
python-version: 3.13
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pulumi-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
echo "PULUMI_HOME=${GITHUB_WORKSPACE}/.pulumi" >> $GITHUB_ENV
echo "POETRY_PATH=$([ -f poetry.lock ] && echo ./pulumi || realpath -s --relative-to=${GITHUB_WORKSPACE} ../)" >> $GITHUB_ENV
working-directory: ./pulumi
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
# v5.3.0
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
# v5.4.0
with:
python-version: 3.12
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
Expand Down

0 comments on commit a236807

Please sign in to comment.