From f235c8f6c77837e6e98de76259a07e7de11a5e37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 22:17:00 +0000 Subject: build(deps): bump actions/checkout from 3.5.3 to 3.6.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0. - [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/c85c95e3d7251135ab7dc9ce3241c5835cc595a9...f43a0e5ff2bd294095638e18286ca9a3d1956744) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/check-c.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github/workflows/check-c.yml') diff --git a/.github/workflows/check-c.yml b/.github/workflows/check-c.yml index cf44474ca..2940465a9 100644 --- a/.github/workflows/check-c.yml +++ b/.github/workflows/check-c.yml @@ -52,7 +52,7 @@ jobs: packages.microsoft.com:443 ppa.launchpadcontent.net:443 security.ubuntu.com:80 - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - name: update package information run: sudo apt-get update -qy - name: install clang-tools-14 and dependencies @@ -83,7 +83,7 @@ jobs: packages.microsoft.com:443 ppa.launchpadcontent.net:443 security.ubuntu.com:80 - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - name: update package information run: sudo apt-get update -qy - name: install cppcheck @@ -111,7 +111,7 @@ jobs: ppa.launchpad.net:80 ppa.launchpadcontent.net:443 security.ubuntu.com:80 - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - name: update package information run: sudo apt-get update -qy - name: install cppcheck @@ -140,7 +140,7 @@ jobs: uploads.github.com:443 - name: Checkout repository - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - name: print env run: ./ci/printenv.sh -- cgit v1.2.3-70-g09d2