Skip to content

Commit

Permalink
Bump actions/checkout from 3.1.0 to 4.1.7
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 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@v3.1.0...v4.1.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 4f578ad commit 4ec3910
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4.1.7
- uses: actions/[email protected]
with:
dotnet-version: '6.0'
Expand All @@ -34,7 +34,7 @@ jobs:
runtime: [linux-x64, linux-musl-x64, linux-arm, linux-arm64, win-x64, win-x86, win-arm, win-arm64, osx-x64, osx-arm64]
timeout-minutes: 30
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4.1.7
- uses: actions/[email protected]
with:
dotnet-version: '6.0'
Expand All @@ -58,7 +58,7 @@ jobs:
timeout-minutes: 30

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4.1.7
- uses: actions/[email protected]
with:
dotnet-version: '6.0'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Used by the release-osx-arm64 job to upload the osx-arm64 binary
release_upload_url: ${{ steps.create_release.outputs.upload_url }}
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4.1.7
- uses: actions/[email protected]
with:
dotnet-version: '6.0'
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4.1.7
- uses: actions/[email protected]
with:
dotnet-version: '6.0'
Expand Down

0 comments on commit 4ec3910

Please sign in to comment.