Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.6 to 4.1.7
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.6...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 12, 2024
1 parent c6115cd commit 245b64f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/devops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: [18.X, 20.X, 21.X]
steps:
- name: Git checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand All @@ -38,7 +38,7 @@ jobs:
name: MarkdownLint
steps:
- name: Git checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
- name: markdownlint-cli
uses: nosborn/[email protected]
with:
Expand All @@ -58,7 +58,7 @@ jobs:
name: SonarCloud analyse
steps:
- name: Git checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarCloud Scan
Expand All @@ -82,7 +82,7 @@ jobs:
name: Build and package
steps:
- name: Git checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
- name: Use Node.js ${{ env.nodeLastVersion }}
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
name: Release on GitHub and NPM
steps:
- name: Git checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 245b64f

Please sign in to comment.