Skip to content

Commit

Permalink
Merge pull request #209 from dntosas/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.0.0

Bump actions/checkout from 3.5.3 to 4.0.0
  • Loading branch information
dntosas authored Sep 11, 2023
2 parents dda44f7 + a284eb9 commit 7ec879d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go-version: '1.20.2'

- name: Checkout code
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.0.0

- name: Run go fmt
run: make fmt
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 @@ -36,7 +36,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.0.0

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
go-version: '1.20.2'

- name: Checkout code
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0

Expand Down

0 comments on commit 7ec879d

Please sign in to comment.