From 19ddfe3e23d69e6ce9fd769f5f0d29cda642d650 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 29 Aug 2023 15:31:03 -0400 Subject: [PATCH] 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 --- .github/workflows/cicd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 34bbcf7..a2d9689 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -40,13 +40,13 @@ jobs: - '3.11' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-java@v3 with: distribution: 'temurin' java-version: '11' - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Pre-commit Checks @@ -71,7 +71,7 @@ jobs: # Upload the packages on all develop and main pipleines for test consumption - name: Upload HTML Docs - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: packages path: ./dist/