From fb504f68bd9a1639c3ac8373c5c7fb72c6bb6037 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 17:31:59 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8a98510..e995d60 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: run: tlmgr update --self --all - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run tests run: l3build check -q --show-log-on-error @@ -51,7 +51,7 @@ jobs: run: tlmgr update --self --all - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Compile documentation run: l3build doc -q