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 51c4638 + e983203 commit 6a2a083Copy full SHA for 6a2a083
2 files changed
.github/workflows/build-and-push-mcps.yaml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Checkout
27
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
28
29
- name: Set TAGS for push builds
30
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
.github/workflows/pre-commit.yaml
@@ -19,10 +19,10 @@ jobs:
19
20
21
22
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
23
- name: Set up Python
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
+ uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v6
with:
python-version: "3.12"
0 commit comments