-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump actions/checkout from 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
8d5c096
commit 2ad9b5c
Showing
4 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
|
||
# Initializes the CodeQL tools for scanning. | ||
- name: Initialize CodeQL | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].5 | ||
with: | ||
fetch-depth: 0 | ||
- name: Install .NET Core 3.1 | ||
|
@@ -33,7 +33,7 @@ jobs: | |
apps: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].5 | ||
- name: Install .NET Core 3.1 | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -55,7 +55,7 @@ jobs: | |
blazor: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].5 | ||
- name: Install node.js | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -90,7 +90,7 @@ jobs: | |
grpc: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].5 | ||
- name: Install .NET Core 3.1 | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -113,7 +113,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
container: ghcr.io/sitkoru/actions-container | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].5 | ||
- name: Install .NET Core 3.1 | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -138,7 +138,7 @@ jobs: | |
env: | ||
PUPPETEER_EXECUTABLE_PATH: "/usr/bin/google-chrome-stable" | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].5 | ||
- name: Install chrome | ||
run: | | ||
apt-get update | ||
|
@@ -171,7 +171,7 @@ jobs: | |
nats: | ||
image: nats-streaming:latest | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].5 | ||
- name: Install .NET Core 3.1 | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -206,7 +206,7 @@ jobs: | |
env: | ||
POSTGRES_HOST_AUTH_METHOD: trust | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].5 | ||
- name: Install .NET Core 3.1 | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -234,7 +234,7 @@ jobs: | |
sonyflake: | ||
image: titpetric/sonyflake | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].5 | ||
- name: Install .NET Core 3.1 | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -274,7 +274,7 @@ jobs: | |
env: | ||
POSTGRES_HOST_AUTH_METHOD: trust | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].5 | ||
- name: Install .NET Core 3.1 | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -310,7 +310,7 @@ jobs: | |
sonyflake: | ||
image: titpetric/sonyflake | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].5 | ||
- name: Install .NET Core 3.1 | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -354,7 +354,7 @@ jobs: | |
if: ${{ github.event_name == 'push' }} | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v2.3.5 | ||
with: | ||
fetch-depth: 0 | ||
persist-credentials: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
container: ghcr.io/sitkoru/actions-container | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].5 | ||
- name: Prepare | ||
id: prep | ||
run: | | ||
|
@@ -47,7 +47,7 @@ jobs: | |
- name: Push to Nuget | ||
run: find packages -type f -name '*.nupkg' -print0 | xargs -0 -n 10 -P 4 dotnet nuget push -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} | ||
- name: Download Sitko.Core | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
repository: "sitkoru/Sitko.Core" | ||
path: proto | ||
|