Compare commits

...

6 Commits

Author SHA1 Message Date
yubiuser cb30943c2d
Bump tox from 4.14.2 to 4.15.0 in /test (#5642)
2 weeks ago
yubiuser c19bfb912f
Bump pytest from 8.1.1 to 8.1.2 in /test (#5641)
2 weeks ago
yubiuser e6c15c3d9f
Bump actions/checkout from 4.1.3 to 4.1.4 (#5640)
2 weeks ago
dependabot[bot] b33bbd7e28
Bump tox from 4.14.2 to 4.15.0 in /test
2 weeks ago
dependabot[bot] b5a7567f3b
Bump pytest from 8.1.1 to 8.1.2 in /test
2 weeks ago
dependabot[bot] 3cebb3f060
Bump actions/checkout from 4.1.3 to 4.1.4
2 weeks ago

@ -25,7 +25,7 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
# Initializes the CodeQL tools for scanning.
-
name: Initialize CodeQL

@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
- name: Remove 'stale' label
run: gh issue edit ${{ github.event.issue.number }} --remove-label ${{ env.stale_label }}
env:

@ -33,7 +33,7 @@ jobs:
name: Syncing branches
steps:
- name: Checkout
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
- name: Opening pull request
run: gh pr create -B development -H master --title 'Sync master back into development' --body 'Created by Github action' --label 'internal'
env:

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
- name: Check scripts in repository are executable
run: |
@ -64,7 +64,7 @@ jobs:
DISTRO: ${{matrix.distro}}
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
- name: Set up Python 3.10
uses: actions/setup-python@v5.1.0

@ -1,6 +1,6 @@
pyyaml == 6.0.1
pytest == 8.1.1
pytest == 8.1.2
pytest-xdist == 3.5.0
pytest-testinfra == 10.1.0
tox == 4.14.2
tox == 4.15.0

Loading…
Cancel
Save