Skip to content

Commit 19ddfe3

Browse files
committed
Bump Actions
This is in response to the Actions log interface on GitHub indicating some Actions were out of date. Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 52cb0b3 commit 19ddfe3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 3 deletions
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)