Skip to content

Commit

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

---
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 Apr 8, 2024
1 parent 1a6eaee commit 5001bb7
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
www.bestpractices.dev:443
- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
fetch-tags: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
www.bestpractices.dev:443
- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
fetch-tags: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create-prs-for-stale-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: sudo apt install -y jq

- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
fetch-tags: true
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
www.bestpractices.dev:443
- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
fetch-tags: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
www.bestpractices.dev:443
- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
fetch-tags: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oss-scorecared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
www.bestpractices.dev:443
- name: "Checkout code"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
fetch-tags: true
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# shell: bash
# run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
# - name: "Checkout Source"
# uses: actions/[email protected].1
# uses: actions/[email protected].2
# with:
# fetch-depth: 0
# fetch-tags: true
Expand All @@ -68,7 +68,7 @@ jobs:

- name: "Checkout Source"
if: (github.actor != 'dependabot[bot]' && !endsWith(github.repository , '-template'))
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
fetch-tags: true
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
www.bestpractices.dev:443
- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
fetch-tags: true
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
www.bestpractices.dev:443
- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
fetch-tags: true
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
www.bestpractices.dev:443
- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
fetch-tags: true
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
www.bestpractices.dev:443
- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
fetch-tags: true
Expand Down Expand Up @@ -358,7 +358,7 @@ jobs:
www.bestpractices.dev:443
- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
fetch-tags: true
Expand Down Expand Up @@ -404,7 +404,7 @@ jobs:

- name: "Checkout Source"
if: steps.visibility.outputs.is_public == 'true'
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
fetch-tags: true
Expand Down Expand Up @@ -441,7 +441,7 @@ jobs:
www.bestpractices.dev:443
- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
fetch-tags: true
Expand Down Expand Up @@ -478,7 +478,7 @@ jobs:
www.bestpractices.dev:443
- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
fetch-tags: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
www.bestpractices.dev:443
- name: "Checkout source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 1
fetch-tags: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reformat-sql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
www.bestpractices.dev:443
- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
fetch-tags: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reformat-yaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
www.bestpractices.dev:443
- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
fetch-tags: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/todos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
www.bestpractices.dev:443
- name: "Checkout code"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
fetch-tags: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
www.bestpractices.dev:443
- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
fetch-tags: true
Expand Down

0 comments on commit 5001bb7

Please sign in to comment.