Skip to content

Commit c9b4498

Browse files
chore(deps): update actions
1 parent 9c0dc98 commit c9b4498

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
31+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
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@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838

0 commit comments

Comments
 (0)