Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 9, 2024
1 parent f21735f commit 8363c3d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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@v2.3.4
- uses: actions/checkout@v4.1.5
- uses: actions/setup-go@v2
with:
go-version: '1.16.x'
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- 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@v2
uses: actions/checkout@v4

# 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@v2.3.4
uses: actions/checkout@v4.1.5
- name: Ping endpoint
run: curl "https://proxy.golang.org/github.com/dtomasi/fakr/@v/$(git describe HEAD --tags --abbrev=0).info"
6 changes: 3 additions & 3 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@v2.3.4
- uses: actions/checkout@v4.1.5
- uses: actions/setup-go@v2
with:
go-version: '1.16.x'
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- uses: actions/cache@v2
with:
# In order:
Expand All @@ -73,7 +73,7 @@ jobs:
needs: test
steps:
- name: Checkout code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4.1.5
with:
fetch-depth: 0
- uses: actions/setup-go@v2
Expand Down

0 comments on commit 8363c3d

Please sign in to comment.