Skip to content

Commit

Permalink
build(deps): 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] authored Jun 13, 2024
1 parent 005eefc commit 4d37a72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autodoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: 3.11
-
name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
workflow_tag: ${{ steps.workflow_tag.outputs.workflow_tag }}
steps:
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
- name: Get workflow ref
id: workflow_tag
shell: bash
Expand All @@ -76,11 +76,11 @@ jobs:
if: inputs.lint-enabled
steps:
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 0
- name: Checkout workflow
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
repository: nrkno/github-workflow-semantic-release
ref: ${{ needs.setup.outputs.workflow_tag }}
Expand Down Expand Up @@ -164,11 +164,11 @@ jobs:
if: inputs.release-enabled && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main')
steps:
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 0
- name: Checkout workflow
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
repository: nrkno/github-workflow-semantic-release
ref: ${{ needs.setup.outputs.workflow_tag }}
Expand Down

0 comments on commit 4d37a72

Please sign in to comment.