Skip to content

Commit 7070fe8

Browse files
committed
.github: Update actions to latest versions
1 parent 8711a80 commit 7070fe8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/PROpened.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
with:
1313
fetch-depth: 0
1414
show-progress: false
1515

16-
- uses: actions/setup-python@v5
16+
- uses: actions/setup-python@v6
1717
with:
1818
python-version: 3.x
1919
cache: 'pip'
@@ -33,7 +33,7 @@ jobs:
3333
- name: Save Output
3434
id: save-output-temp
3535
if: ${{ always() }}
36-
uses: actions/upload-artifact@v4
36+
uses: actions/upload-artifact@v7
3737
with:
3838
name: docs-output-${{github.event.number}}
3939
path: |

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
deploy:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818

@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Get Token needed to push updates
2929
id: get_workflow_token
30-
uses: peter-murray/workflow-application-token-action@v3
30+
uses: peter-murray/workflow-application-token-action@v4
3131
with:
3232
application_id: ${{secrets.ASTERISK_ORG_ACCESS_APP_ID}}
3333
application_private_key: ${{secrets.ASTERISK_ORG_ACCESS_APP_PRIV_KEY}}

0 commit comments

Comments
 (0)