Skip to content

Commit de19cd3

Browse files
authored
Merge pull request #29 from PyMoDAQ/gh-actions-update-1759629745
Update GitHub Action Versions
2 parents e7301ff + 84e7b09 commit de19cd3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/Testbase.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
QT_DEBUG_PLUGINS: 1
1919
steps:
2020
- name: Set up Python ${{ inputs.python }}
21-
uses: actions/checkout@v4.2.2
21+
uses: actions/checkout@v5.0.0
2222
- name: Install dependencies
23-
uses: actions/setup-python@v5.4.0
23+
uses: actions/setup-python@v6.0.0
2424
with:
2525
python-version: ${{ inputs.python }}
2626
- name: Install package

.github/workflows/compatibility.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
echo "plugin_name=$(echo '${{ github.repository }}' | cut -d'/' -f2)" >> $GITHUB_ENV
3737
3838
- name: Checkout the repo
39-
uses: actions/checkout@v4.2.2
39+
uses: actions/checkout@v5.0.0
4040

4141
- name: Set up Python ${{ matrix.python-version }}
42-
uses: actions/setup-python@v5.4.0
42+
uses: actions/setup-python@v6.0.0
4343
with:
4444
python-version: ${{ matrix.python-version }}
4545

@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Upload compatibility report
7171
if: failure()
72-
uses: actions/upload-artifact@v4.6.1
72+
uses: actions/upload-artifact@v4.6.2
7373
with:
7474
name:
7575
path: 'import_report_tests_${{ env.plugin_name }}_None.txt'

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v4.2.2
16+
- uses: actions/checkout@v5.0.0
1717
- name: Set up Python
18-
uses: actions/setup-python@v5.4.0
18+
uses: actions/setup-python@v6.0.0
1919
with:
2020
python-version: '3.x'
2121
- name: Install dependencies

.github/workflows/updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4.2.2
15+
- uses: actions/checkout@v5.0.0
1616
with:
1717
# [Required] Access token with `workflow` scope.
1818
token: ${{ secrets.WORKFLOW_SECRET }}

0 commit comments

Comments
 (0)