Skip to content

Commit

Permalink
Merge pull request #61 from dafyddj/renovate/base-digest
Browse files Browse the repository at this point in the history
chore(deps): update base digest to 95506bb
  • Loading branch information
dafyddj authored Oct 2, 2024
2 parents b3eb9a4 + 4585818 commit 53a41b7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion base
11 changes: 9 additions & 2 deletions template/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
needs: should-run
if: fromJSON(needs.should-run.outputs.should-run)
runs-on: ubuntu-latest
env:
# renovate: datasource=pypi depName=copier
COPIER_VERSION: 9.3.1
# renovate: datasource=pypi depName=texttest
TEXTTEST_VERSION: 4.3.1
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
Expand All @@ -50,8 +55,8 @@ jobs:
detached: true
- name: Install test dependencies
run: |
pipx install copier
pipx install texttest
pipx install copier==$COPIER_VERSION
pipx install texttest==$TEXTTEST_VERSION
- name: Run `texttest`
run: texttest -b
results:
Expand All @@ -61,6 +66,8 @@ jobs:
- test
permissions:
contents: write
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
Expand Down
11 changes: 9 additions & 2 deletions test/GenerateProjectWithName/main_yml.tt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
needs: should-run
if: fromJSON(needs.should-run.outputs.should-run)
runs-on: ubuntu-latest
env:
# renovate: datasource=pypi depName=copier
COPIER_VERSION: 9.3.1
# renovate: datasource=pypi depName=texttest
TEXTTEST_VERSION: 4.3.1
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
Expand All @@ -50,8 +55,8 @@ jobs:
detached: true
- name: Install test dependencies
run: |
pipx install copier
pipx install texttest
pipx install copier==$COPIER_VERSION
pipx install texttest==$TEXTTEST_VERSION
- name: Run `texttest`
run: texttest -b
results:
Expand All @@ -61,6 +66,8 @@ jobs:
- test
permissions:
contents: write
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
Expand Down

0 comments on commit 53a41b7

Please sign in to comment.