1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 03:27:04 +09:00

Bump actions/checkout v4 and set dependabot to only bump its major versions (#101585)

* Bump actions/checkout from 2.0.0 to 4.1.4

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.0.0 to 4.1.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/v2...v4.1.4)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Set dependabot to bump github-actions to major versions; use checkout v4

* Ignore patch and minor updates to actions/checkout

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeff Handley <jeffhandley@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-04-29 13:02:06 -07:00 committed by GitHub
parent 3f47add997
commit 6cd329b253
Signed by: github
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

View file

@ -7,3 +7,6 @@ updates:
open-pull-requests-limit: 5
labels:
- area-codeflow
ignore:
- dependency-name: "actions/checkout"
update-types: ["version-update:semver-patch","version-update:semver-minor"]

View file

@ -16,14 +16,14 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout aspnetcore
uses: actions/checkout@v2.0.0
uses: actions/checkout@v4
with:
# Test this script using changes in a fork
repository: 'dotnet/aspnetcore'
path: aspnetcore
ref: main
- name: Checkout runtime
uses: actions/checkout@v2.0.0
uses: actions/checkout@v4
with:
# Test this script using changes in a fork
repository: 'dotnet/runtime'

View file

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Branch
run: |
git config user.name github-actions[bot]