Skip to content

Commit f8dd1d0

Browse files
authored
Merge pull request #6 from pgf-tikz/dependabot/github_actions/github-actions-a331d3ec2d
Bump actions/checkout from 4 to 5 in the github-actions group
2 parents be8ca81 + 6608310 commit f8dd1d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
engine: [pdflatex, lualatex, xelatex, latex]
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
1919

@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
apt-get update -y
5757
DEBIAN_FRONTEND=noninteractive apt-get install -y curl poppler-utils
58-
curl --retry 3 --retry-all-errors -L -o pkgcheck https://mirrors.ctan.org/support/pkgcheck/bin/pkgcheck
58+
curl -fSL --retry 3 --retry-all-errors -o pkgcheck https://mirrors.ctan.org/support/pkgcheck/bin/pkgcheck-x86_64-unknown-linux-musl
5959
chmod +x pkgcheck
6060
PKGDIR=$(mktemp -d)
6161
tar xzf "pgf-umlcd_${GIT_TAG}.tar.gz" -C "$PKGDIR"

0 commit comments

Comments
 (0)