Skip to content

Commit

Permalink
Pin dependencies (#24)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[actions/download-artifact](https://togithub.com/actions/download-artifact)
| action | pinDigest | -> `9bc31d5` |
|
[actions/upload-artifact](https://togithub.com/actions/upload-artifact)
| action | pinDigest | -> `a8a3f3a` |
| [paddyroddy/.github](https://togithub.com/paddyroddy/.github) | action
| pinDigest | -> `909a876` |

---

### Configuration

📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/paddyroddy/latex-template).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 2, 2023
1 parent 4916c48 commit af3a5bf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@ jobs:
chktex:
runs-on: ubuntu-latest
steps:
- uses: paddyroddy/.github/actions/latex/[email protected]
- uses: paddyroddy/.github/actions/latex/chktex@909a876d9f25e81524e29bf6463c117d6826855b # v0.20.0

vale:
runs-on: ubuntu-latest
steps:
- uses: paddyroddy/.github/actions/latex/[email protected]
- uses: paddyroddy/.github/actions/latex/vale@909a876d9f25e81524e29bf6463c117d6826855b # v0.20.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

compile-latex:
runs-on: ubuntu-latest
steps:
- uses: paddyroddy/.github/actions/latex/[email protected]
- uses: paddyroddy/.github/actions/latex/compile@909a876d9f25e81524e29bf6463c117d6826855b # v0.20.0

- name: Upload artefacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
with:
name: artefacts
path: "*.pdf"
Expand All @@ -43,11 +43,11 @@ jobs:
needs: compile-latex
steps:
- name: Download artefacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3
with:
name: artefacts

- uses: paddyroddy/.github/actions/[email protected]
- uses: paddyroddy/.github/actions/dropbox@909a876d9f25e81524e29bf6463c117d6826855b # v0.20.0
with:
configfile-version: ${{ secrets.CONFIGFILE_VERSION }}
files-to-upload: $(find . -maxdepth 1 -name '*.pdf' -print)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
update-licence-year:
runs-on: ubuntu-latest
steps:
- uses: paddyroddy/.github/actions/[email protected]
- uses: paddyroddy/.github/actions/licence@909a876d9f25e81524e29bf6463c117d6826855b # v0.20.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
licence-file: ./LICENCE.md
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: paddyroddy/.github/actions/[email protected]
- uses: paddyroddy/.github/actions/linting@909a876d9f25e81524e29bf6463c117d6826855b # v0.20.0
with:
pre-commit-config: ./.pre-commit-config.yaml

0 comments on commit af3a5bf

Please sign in to comment.