Skip to content

Commit 334cb4f

Browse files
pvcravenPaul V Craven
andauthored
Update github action versions (#2516)
Co-authored-by: Paul V Craven <[email protected]>
1 parent 09c7a46 commit 334cb4f

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/create_commit_note_log.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Create Commit Note Log
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121

.github/workflows/push_build_to_prod_pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
with:
1717
token: ${{ secrets.MY_TOKEN }}
1818
- name: Bump versions
@@ -31,11 +31,11 @@ jobs:
3131
needs: bump-version
3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
3535
with:
3636
fetch-tags: 'true'
3737
- name: Set up Python
38-
uses: actions/setup-python@v4.3.0
38+
uses: actions/setup-python@v5
3939
with:
4040
python-version: 3.x
4141
- name: Install dependencies

.github/workflows/push_build_to_test_pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
- name: Bump versions
1717
uses: remorses/bump-version@js
1818
with:
@@ -29,11 +29,11 @@ jobs:
2929
needs: bump-version
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
with:
3434
fetch-tags: 'true'
3535
- name: Set up Python
36-
uses: actions/setup-python@v4.3.0
36+
uses: actions/setup-python@v5
3737
with:
3838
python-version: 3.x
3939
- name: Install dependencies

.github/workflows/selfhosted_runner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
architecture: ['x64']
2323

2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- name: Setup Python
27-
uses: actions/setup-python@v4
27+
uses: actions/setup-python@v5
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030

.github/workflows/verify_types.yml

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

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: setup
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: 3.11
2222
architecture: x64

0 commit comments

Comments
 (0)