Skip to content

Commit 6a2a083

Browse files
Merge pull request #10 from openstack-k8s-operators/dependabot/github_actions/github-actions-all-cdac4bed40
Bump the github-actions-all group with 2 updates
2 parents 51c4638 + e983203 commit 6a2a083

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-push-mcps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828

2929
- name: Set TAGS for push builds
3030
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'

.github/workflows/pre-commit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
22+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
2323

2424
- name: Set up Python
25-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
25+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v6
2626
with:
2727
python-version: "3.12"
2828

0 commit comments

Comments
 (0)