Skip to content

Commit

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

---
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 Sep 5, 2023
1 parent 26ad7ea commit a23495a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-nuget-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Build

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build & test - User
if: github.actor != 'dependabot[bot]'
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
needs: Build
if: ${{ success() }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Publish NuGet package
uses: ./.github/actions/publish-nuget
Expand All @@ -80,7 +80,7 @@ jobs:
needs: Build
if: ${{ success() && github.ref == 'refs/heads/main' }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Publish NuGet package
uses: ./.github/actions/publish-nuget
Expand All @@ -97,7 +97,7 @@ jobs:
needs: Build
if: ${{ success() && github.ref == 'refs/heads/main' }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Publish NuGet package
uses: ./.github/actions/publish-nuget
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy-repository-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@master
Expand Down

0 comments on commit a23495a

Please sign in to comment.