Compare commits

...

8 Commits

Author SHA1 Message Date
Adam Warner 32ab5aa50b
Bump eps1lon/actions-label-merge-conflict from 2.1.0 to 3.0.0 (#5625)
1 month ago
Adam Warner 5391513fe7
Bump actions/setup-python from 5.0.0 to 5.1.0 (#5624)
1 month ago
dependabot[bot] f01362caf1
Bump actions/setup-python from 5.0.0 to 5.1.0
1 month ago
Adam Warner 48a4693a5a
Bump actions/checkout from 4.1.1 to 4.1.2 (#5606)
1 month ago
Adam Warner db07cc9070
Bump pytest from 8.0.2 to 8.1.1 in /test (#5605)
1 month ago
dependabot[bot] 67ddb64bcc
Bump eps1lon/actions-label-merge-conflict from 2.1.0 to 3.0.0
1 month ago
dependabot[bot] 9f9e5dffc2
Bump pytest from 8.0.2 to 8.1.1 in /test
1 month ago
dependabot[bot] 58a1e85826
Bump actions/checkout from 4.1.1 to 4.1.2
2 months ago

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

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check if PRs are have merge conflicts
uses: eps1lon/actions-label-merge-conflict@v2.1.0
uses: eps1lon/actions-label-merge-conflict@v3.0.0
with:
dirtyLabel: "PR: Merge Conflict"
repoToken: "${{ secrets.GITHUB_TOKEN }}"

@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2
- 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.1
uses: actions/checkout@v4.1.2
- 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.1
uses: actions/checkout@v4.1.2
- name: Check scripts in repository are executable
run: |
@ -71,10 +71,10 @@ jobs:
DISTRO: ${{matrix.distro}}
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2
- name: Set up Python 3.10
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: "3.10"

@ -1,5 +1,5 @@
pyyaml == 6.0.1
pytest == 8.0.2
pytest == 8.1.1
pytest-xdist == 3.5.0
pytest-testinfra == 10.1.0
tox == 4.14.2

Loading…
Cancel
Save