Skip to content

Commit df3b48e

Browse files
committed
publish.yml: Update actions versions to latest
1 parent 3e28f78 commit df3b48e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ jobs:
1212
deploy:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18-
- uses: actions/setup-python@v4
18+
- uses: actions/setup-python@v5
1919
with:
2020
python-version: 3.x
2121
cache: 'pip'
2222
- run: pip install -r requirements.txt
2323

2424
- name: Get Token needed to push updates
2525
id: get_workflow_token
26-
uses: peter-murray/workflow-application-token-action@v2
26+
uses: peter-murray/workflow-application-token-action@v3
2727
with:
2828
application_id: ${{secrets.ASTERISK_ORG_ACCESS_APP_ID}}
2929
application_private_key: ${{secrets.ASTERISK_ORG_ACCESS_APP_PRIV_KEY}}

0 commit comments

Comments
 (0)