We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e28f78 commit df3b48eCopy full SHA for df3b48e
.github/workflows/publish.yml
@@ -12,18 +12,18 @@ jobs:
12
deploy:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
19
20
python-version: 3.x
21
cache: 'pip'
22
- run: pip install -r requirements.txt
23
24
- name: Get Token needed to push updates
25
id: get_workflow_token
26
- uses: peter-murray/workflow-application-token-action@v2
+ uses: peter-murray/workflow-application-token-action@v3
27
28
application_id: ${{secrets.ASTERISK_ORG_ACCESS_APP_ID}}
29
application_private_key: ${{secrets.ASTERISK_ORG_ACCESS_APP_PRIV_KEY}}
0 commit comments