Module: monitoring-plugins
Branch: dependabot-github_actions-actions-checkout-4
Commit: 743d41da0eb6452073b4a3f3f773704ae42356db
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Committer: GitHub <[email protected]>
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] <[email protected]>
---
.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@v3
+ uses: actions/checkout@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@v3
+ uses: actions/checkout@v4
- name: Codespell
uses: codespell-project/actions-codespell@v2
with:
@@ -31,7 +31,7 @@ jobs:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
-# uses: actions/checkout@v3
+# uses: actions/checkout@v4
# - name: Lint Code Base
# uses: github/[email protected]
# env:
@@ -57,7 +57,7 @@ jobs:
#...
steps:
- name: Git clone repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
#- name: Setup tmate session, see
https://github.com/marketplace/actions/debugging-with-tmate
# uses: mxschmitt/action-tmate@v3
- name: Run the tests on ${{ matrix.distro }}