Skip to content

Commit

Permalink
Merge pull request #910 from adamralph/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4.0.0

Bump actions/checkout from 3.5.2 to 4.0.0
  • Loading branch information
adamralph authored Sep 14, 2023
2 parents c04db76 + 201dad5 commit c1877c7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
7.0.302
- run: dotnet --info
- run: git --version
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.0.0
- env:
CI_NUMBER: ${{ github.run_number }}
MINVER_VERSION: ${{ vars.MINVER_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.0.0

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.0.0
- uses: github/[email protected]
env:
FILTER_REGEX_EXCLUDE: \bcodeql-analysis\.yml$|\bLICENSE$|\bversions\.txt$
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/[email protected]
with:
dotnet-version: 7.0.302
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.0.0
- env:
MINVER_VERSION: ${{ vars.MINVER_VERSION }}
run: ./build build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.0.0
- run: npx [email protected] "**/*"

0 comments on commit c1877c7

Please sign in to comment.