Skip to content

Commit 43157a5

Browse files
chore(deps): update actions/checkout action to v5
1 parent cfe7e9b commit 43157a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Steps represent a sequence of tasks that will be executed as part of the job
2929
steps:
3030
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
31-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
31+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3232

3333
# Set up the python versions
3434
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)