Skip to content

Commit 528029b

Browse files
authored
Merge pull request #165 from casework/bump_github_actions
Bump GitHub Actions
2 parents bf4da9a + 8896c73 commit 528029b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/cicd.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242
- '3.12'
4343

4444
steps:
45-
- uses: actions/checkout@v3
46-
- uses: actions/setup-java@v3
45+
- uses: actions/checkout@v4
46+
- uses: actions/setup-java@v4
4747
with:
4848
distribution: 'temurin'
4949
java-version: '11'
5050
- name: Set up Python ${{ matrix.python-version }}
51-
uses: actions/setup-python@v4
51+
uses: actions/setup-python@v5
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454
- name: Pre-commit Checks
@@ -73,7 +73,7 @@ jobs:
7373

7474
# Upload the packages on all develop and main pipleines for test consumption
7575
- name: Upload HTML Docs
76-
uses: actions/upload-artifact@v3
76+
uses: actions/upload-artifact@v4
7777
with:
7878
name: packages
7979
path: ./dist/

.github/workflows/prerelease.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
- '3.12'
3434

3535
steps:
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3737
- name: Set up Python ${{ matrix.python-version }}
38-
uses: actions/setup-python@v4
38+
uses: actions/setup-python@v5
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
- name: Review dependencies

0 commit comments

Comments
 (0)