From b1ab8330e4f06f17857c0cd40dcee870eadd8e3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 18:59:49 +0200 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#132) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/nox.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nox.yml b/.github/workflows/nox.yml index 97eadb4d..e9c10a0b 100644 --- a/.github/workflows/nox.yml +++ b/.github/workflows/nox.yml @@ -26,7 +26,7 @@ jobs: working-directory: antsibull-changelog steps: - name: Check out antsibull-changelog - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: antsibull-changelog - name: Setup nox @@ -42,7 +42,7 @@ jobs: working-directory: antsibull-changelog steps: - name: Check out antsibull-changelog - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: antsibull-changelog - name: Setup nox @@ -66,7 +66,7 @@ jobs: working-directory: antsibull-changelog steps: - name: Check out antsibull-changelog - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: antsibull-changelog - name: Setup nox