Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
d59def47
Unverified
Commit
d59def47
authored
Feb 12, 2025
by
dependabot[bot]
Committed by
GitHub
Feb 12, 2025
Browse files
Bump actions/setup-python from 5.3.0 to 5.4.0 (#12672)
parent
0c7d9eff
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.github/workflows/cleanup_pr_body.yml
.github/workflows/cleanup_pr_body.yml
+1
-1
.github/workflows/lint-and-deploy.yaml
.github/workflows/lint-and-deploy.yaml
+1
-1
.github/workflows/pre-commit.yml
.github/workflows/pre-commit.yml
+1
-1
No files found.
.github/workflows/cleanup_pr_body.yml
View file @
d59def47
...
@@ -16,7 +16,7 @@ jobs:
...
@@ -16,7 +16,7 @@ jobs:
uses
:
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
# v4.2.2
uses
:
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
# v4.2.2
-
name
:
Set up Python
-
name
:
Set up Python
uses
:
actions/setup-python@
0b93645e9fea7318ecaed2b359559ac225c90a2b
# v5.
3
.0
uses
:
actions/setup-python@
42375524e23c412d93fb67b49958b491fce71c38
# v5.
4
.0
with
:
with
:
python-version
:
'
3.12'
python-version
:
'
3.12'
...
...
.github/workflows/lint-and-deploy.yaml
View file @
d59def47
...
@@ -17,7 +17,7 @@ jobs:
...
@@ -17,7 +17,7 @@ jobs:
version
:
v3.14.4
version
:
v3.14.4
#Python is required because ct lint runs Yamale and yamllint which require Python.
#Python is required because ct lint runs Yamale and yamllint which require Python.
-
uses
:
actions/setup-python@
0b93645e9fea7318ecaed2b359559ac225c90a2b
# v5.
3
.0
-
uses
:
actions/setup-python@
42375524e23c412d93fb67b49958b491fce71c38
# v5.
4
.0
with
:
with
:
python-version
:
'
3.13'
python-version
:
'
3.13'
...
...
.github/workflows/pre-commit.yml
View file @
d59def47
...
@@ -10,7 +10,7 @@ jobs:
...
@@ -10,7 +10,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
# v4.2.2
-
uses
:
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
# v4.2.2
-
uses
:
actions/setup-python@
0b93645e9fea7318ecaed2b359559ac225c90a2b
# v5.
3
.0
-
uses
:
actions/setup-python@
42375524e23c412d93fb67b49958b491fce71c38
# v5.
4
.0
with
:
with
:
python-version
:
"
3.12"
python-version
:
"
3.12"
-
run
:
echo "::add-matcher::.github/workflows/matchers/actionlint.json"
-
run
:
echo "::add-matcher::.github/workflows/matchers/actionlint.json"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment