Skip to content

Commit e02ccf7

Browse files
authored
Merge pull request #131 from casework/bump_actions
Bump Actions
2 parents 52cb0b3 + 19ddfe3 commit e02ccf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cicd.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
- '3.11'
4141

4242
steps:
43-
- uses: actions/checkout@v2
43+
- uses: actions/checkout@v3
4444
- uses: actions/setup-java@v3
4545
with:
4646
distribution: 'temurin'
4747
java-version: '11'
4848
- name: Set up Python ${{ matrix.python-version }}
49-
uses: actions/setup-python@v2
49+
uses: actions/setup-python@v4
5050
with:
5151
python-version: ${{ matrix.python-version }}
5252
- name: Pre-commit Checks
@@ -71,7 +71,7 @@ jobs:
7171

7272
# Upload the packages on all develop and main pipleines for test consumption
7373
- name: Upload HTML Docs
74-
uses: actions/upload-artifact@v2
74+
uses: actions/upload-artifact@v3
7575
with:
7676
name: packages
7777
path: ./dist/

0 commit comments

Comments
 (0)