Skip to content

Commit 34b2c43

Browse files
chore(deps): update actions/setup-python action to v5 (#257)
1 parent 153296d commit 34b2c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
local_path: './public/*'
5353
remote_path: '/opt/wordpress'
5454
args: '-o ConnectTimeout=10'
55-
- uses: actions/setup-python@v4
55+
- uses: actions/setup-python@v5
5656
if: github.ref == 'refs/heads/master' && steps.ghpush.outputs.deployment-status == 'success'
5757
with:
5858
python-version: '3.x'

0 commit comments

Comments
 (0)