From 8703892ff223ef4dad4e525d1acf4c9fe8bd12f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 05:08:13 +0000 Subject: [PATCH] Bump actions/checkout from 4.2.0 to 4.2.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [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/v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dzil-build-and-test.yml | 4 ++-- .github/workflows/labels.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dzil-build-and-test.yml b/.github/workflows/dzil-build-and-test.yml index 79554a9..f9a84bb 100644 --- a/.github/workflows/dzil-build-and-test.yml +++ b/.github/workflows/dzil-build-and-test.yml @@ -16,7 +16,7 @@ jobs: container: image: perldocker/perl-tester:5.34 steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - name: Run Tests env: AUTHOR_TESTING: 1 @@ -34,7 +34,7 @@ jobs: container: image: perldocker/perl-tester:5.34 steps: - - uses: actions/checkout@v4.2.0 # codecov wants to be inside a Git repository + - uses: actions/checkout@v4.2.1 # codecov wants to be inside a Git repository - uses: actions/download-artifact@v4 with: name: build_dir diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index cd881e7..58cd265 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -7,7 +7,7 @@ jobs: name: DefaultLabelsActions runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - uses: lannonbr/issue-label-manager-action@4.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}