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.
2 parents 13fc40f + 426787a commit 1c3038aCopy full SHA for 1c3038a
.github/workflows/cicd.yml
@@ -22,11 +22,11 @@ jobs:
22
steps:
23
# Checkout the repository for processing
24
- name: Checkout Repository
25
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
26
27
# Setup the matrixed version of Python for testing
28
- name: Set up Python ${{ matrix.python-version }}
29
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
30
with:
31
python-version: ${{ matrix.python-version }}
32
0 commit comments