Skip to content

Commit ae5774c

Browse files
committed
Bump Checkout action to v4
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 9f7e9c7 commit ae5774c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/case_validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
# Get the code from the repository to be packaged
1717
- name: Get Repo
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
# Validate the CASE graphs in the /data/ directory
2121
- name: CASE Validate

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
# Get the code from the repository
1717
- name: Get Repo
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
# Install pre-commit and run it
2121
- name: Pre-commit Checks

0 commit comments

Comments
 (0)