Skip to content

Commit 9c7aada

Browse files
chore(deps): update actions
1 parent 4e2c722 commit 9c7aada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continous_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3232

3333
# Set up the python versions
3434
- name: Set up Python ${{ matrix.python-version }}
35-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
35+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838

0 commit comments

Comments
 (0)