We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd562f commit 1b7bec6Copy full SHA for 1b7bec6
.github/workflows/continous_integration.yml
@@ -28,11 +28,11 @@ jobs:
28
# Steps represent a sequence of tasks that will be executed as part of the job
29
steps:
30
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
31
- - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
32
33
# Set up the python versions
34
- name: Set up Python ${{ matrix.python-version }}
35
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
+ uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
36
with:
37
python-version: ${{ matrix.python-version }}
38
0 commit comments