[monitoring-plugins] Bump actions/checkout from 3 to 4
GitHub
git at monitoring-plugins.org
Tue Sep 5 06:40:11 CEST 2023
Module: monitoring-plugins
Branch: dependabot-github_actions-actions-checkout-4
Commit: 743d41da0eb6452073b4a3f3f773704ae42356db
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Committer: GitHub <noreply at github.com>
Date: Tue Sep 5 04:33:25 2023 +0000
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=743d41d
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] <support at github.com>
---
.github/workflows/codeql-analysis.yml | 2 +-
.github/workflows/test.yml | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 43b35d3..0317c8c 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -40,7 +40,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout at v3
+ uses: actions/checkout at v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 5b9f1fc..77b09f4 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout at v3
+ uses: actions/checkout at v4
- name: Codespell
uses: codespell-project/actions-codespell at v2
with:
@@ -31,7 +31,7 @@ jobs:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
-# uses: actions/checkout at v3
+# uses: actions/checkout at v4
# - name: Lint Code Base
# uses: github/super-linter at v5.0.0
# env:
@@ -57,7 +57,7 @@ jobs:
#...
steps:
- name: Git clone repository
- uses: actions/checkout at v3
+ uses: actions/checkout at v4
#- name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate
# uses: mxschmitt/action-tmate at v3
- name: Run the tests on ${{ matrix.distro }}
More information about the Commits
mailing list