Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump actions/checkout from 4.1.5 to 4.1.7 #1263

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].7
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 10
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].7
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- ubuntu2204
- ubuntu2404
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].7
- uses: actions/[email protected]
id: download
with:
Expand All @@ -128,14 +128,14 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].7
- run: ./deployment/test-docker.sh ${{ github.run_number }} ${{ secrets.DEMO_ADMIN_PASSWORD }}

resharper:
name: Resharper
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].7
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nuget-vulnerabilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
timeout-minutes: 5

steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].7
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: windows-latest
timeout-minutes: 20
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].7
- uses: actions/[email protected]

- run: $env:BUILD_TAG = "-nightly"
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].7
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 10
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].7

- uses: actions/[email protected]
id: download
Expand All @@ -121,7 +121,7 @@ jobs:
concurrency: release-nuget
timeout-minutes: 5
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].7
- uses: actions/[email protected]

- name: Cache NuGet packages
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
concurrency: release-docker-release
timeout-minutes: 10
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].7
- uses: docker/[email protected]
with:
registry: ghcr.io
Expand Down
Loading