Skip to content

Commit ba00f63

Browse files
Bump actions/checkout from 4 to 6 (#54)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b269a74 commit ba00f63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Set up Git repository
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616
- name: release.sh
1717
# We need java, pandoc, and more, which is not provided directly by the image
1818
uses: dante-ev/latex-action@edge
@@ -43,7 +43,7 @@ jobs:
4343
wget https://github.com/plantuml/plantuml/releases/download/v1.2025.1/plantuml-1.2025.1.jar
4444
- name: Set PLANTUML_JAR
4545
run: echo "PLANTUML_JAR=/tmp/plantuml/plantuml-1.2025.1.jar" >> "$GITHUB_ENV"
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v6
4747
- uses: awalsh128/cache-apt-pkgs-action@latest
4848
with:
4949
packages: graphviz inkscape

0 commit comments

Comments
 (0)