Skip to content

Commit 634faad

Browse files
authored
Merge branch 'main' into patch-5
2 parents 49829b5 + 79ca7d9 commit 634faad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
persist-credentials: false
2020

2121
- name: Build and Check Package
22-
uses: hynek/build-and-inspect-python-package@b5076c307dc91924a82ad150cdd1533b444d3310 # v2.12.0
22+
uses: hynek/build-and-inspect-python-package@c52c3a4710070b50470d903818a7b25115dcd076 # v2.13.0
2323

2424
deploy:
2525
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'pytest-dev/pytest-django'

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,6 @@ jobs:
161161

162162
steps:
163163
- name: Decide whether the needed jobs succeeded or failed
164-
uses: re-actors/alls-green@223e4bb7a751b91f43eda76992bcfbf23b8b0302
164+
uses: re-actors/alls-green@2765efec08f0fd63e83ad900f5fd75646be69ff6
165165
with:
166166
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)