Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
chore(deps): update actions/checkout action to v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 24, 2023
1 parent 105cd05 commit 1920096
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Lint files
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.5.0
- uses: actions/setup-go@v3
with:
go-version: '1.17.x'
Expand All @@ -39,7 +39,7 @@ jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.5.0
with:
fetch-depth: 2
- uses: actions/setup-go@v3
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.5.0
- uses: actions/cache@v3
with:
# In order:
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.0.2
uses: actions/checkout@v3.5.0

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.5.0
- name: Ping endpoint
run: curl "https://proxy.golang.org/github.com/dtomasi/di/@v/$(git describe HEAD --tags --abbrev=0).info"
8 changes: 4 additions & 4 deletions .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Lint files
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.5.0
- uses: actions/setup-go@v3
with:
go-version: '1.17.x'
Expand All @@ -39,7 +39,7 @@ jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.5.0
with:
fetch-depth: 2
- uses: actions/setup-go@v3
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.5.0
- uses: actions/cache@v3
with:
# In order:
Expand All @@ -92,7 +92,7 @@ jobs:
needs: test
steps:
- name: Checkout code
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.5.0
with:
fetch-depth: 0
- uses: actions/setup-go@v3
Expand Down

0 comments on commit 1920096

Please sign in to comment.