Skip to content

Commit 976e8e9

Browse files
committed
ci: use Free & Fair forks of GitHub actions in CI
1 parent 34055ff commit 976e8e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: sudo apt-get install build-essential epstool
2424

2525
- name: Install/Restore TeXLive Environment
26-
uses: teatimeguest/setup-texlive-action@v3
26+
uses: FreeAndFair/setup-texlive-action@v3
2727
with:
2828
packages: |
2929
scheme-full
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Update Release
3838
if: ${{ github.ref_name == 'main' }}
39-
uses: notpeelz/action-gh-create-release@v5.0.1
39+
uses: FreeAndFair/action-gh-create-release@v5.0.1
4040
with:
4141
strategy: replace
4242
tag: latest

0 commit comments

Comments
 (0)