Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 2.3.4 to 2.3.5
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored Oct 18, 2021
1 parent 8d5c096 commit 2ad9b5c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
DEMO_PROJECT: Sitko.Core.Apps.Blazor
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v2.3.5
with:
fetch-depth: 0
ref: ${{ github.sha }}
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2ad9b5c

Please sign in to comment.