Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 6a2c059 commit 31cc0f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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
6 changes: 3 additions & 3 deletions .github/workflows/sumocli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
go-version: ${{ env.GOVERSION }}
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build Sumocli
run: go build ./cmd/sumocli
- name: Run Tests
Expand All @@ -30,7 +30,7 @@ jobs:
with:
go-version: ${{ env.GOVERSION }}
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build Sumocli
run: go build ./cmd/sumocli
- name: Run Tests
Expand All @@ -45,7 +45,7 @@ jobs:
with:
go-version: ${{ env.GOVERSION }}
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build Sumocli
run: go build ./cmd/sumocli
- name: Run Tests
Expand Down

0 comments on commit 31cc0f5

Please sign in to comment.