Skip to content

Commit 05e62e4

Browse files
committed
Bump actions/checkout
References: * https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 43a83f8 commit 05e62e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
# Checkout the repository for processing
2424
- name: Checkout Repository
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v3
2626

2727
# Setup the matrixed version of Python for testing
2828
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)