Skip to content

Commit 77d9248

Browse files
committed
Use the latest version of Github Actions.
1 parent 8598866 commit 77d9248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

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

1717
steps:
1818
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020

2121
# Run the integration test script
2222
- name: Run integration tests

0 commit comments

Comments
 (0)