Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 24, 2023
1 parent b5f556d commit 98707e6
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.6.0
- uses: actions/setup-go@v2
with:
go-version: '1.16.x'
Expand All @@ -41,7 +41,7 @@ jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 2
- uses: actions/setup-go@v2
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.6.0
- uses: actions/cache@v2
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.6.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.6.0
- name: Ping endpoint
run: curl "https://proxy.golang.org/github.com/dtomasi/zerrors/@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.6.0
- uses: actions/setup-go@v2
with:
go-version: '1.16.x'
Expand All @@ -41,7 +41,7 @@ jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 2
- uses: actions/setup-go@v2
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.6.0
- uses: actions/cache@v2
with:
# In order:
Expand All @@ -94,7 +94,7 @@ jobs:
needs: test
steps:
- name: Checkout code
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- uses: actions/setup-go@v2
Expand Down

0 comments on commit 98707e6

Please sign in to comment.