Skip to content

Commit 5ba3c7a

Browse files
Update GitHub Action Versions
1 parent 452ff8a commit 5ba3c7a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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
21+
uses: actions/checkout@v4.2.2
2222
- name: Install dependencies
23-
uses: actions/setup-python@v4
23+
uses: actions/setup-python@v5.6.0
2424
with:
2525
python-version: ${{ inputs.python }}
2626
- name: Install package

.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
16+
- uses: actions/checkout@v4.2.2
1717
- name: Set up Python
18-
uses: actions/setup-python@v4
18+
uses: actions/setup-python@v5.6.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
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v4.2.2
1515
with:
1616
# [Required] Access token with `workflow` scope.
1717
token: ${{ secrets.WORKFLOW_SECRET }}

0 commit comments

Comments
 (0)