From 2ebc9fefd51b1a97038177bef3efe8c6d81a89c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:16:38 +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/package-tools.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package-tools.yml b/.github/workflows/package-tools.yml index 57fcb94..4981bc5 100644 --- a/.github/workflows/package-tools.yml +++ b/.github/workflows/package-tools.yml @@ -11,7 +11,7 @@ jobs: matrix: os: ["ubuntu-20.04", "windows-2019", "macos-10.15"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: "3.8" @@ -33,7 +33,7 @@ jobs: if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') needs: bincrafters-package-tools-test steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: "3.8"