Skip to content

Commit

Permalink
Merge pull request #245 from BBVA/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-3.5.2

chore(deps): bump actions/checkout from 3.5.1 to 3.5.2
  • Loading branch information
CesarGallego committed May 23, 2023
2 parents 72b99a0 + 75f84e7 commit 066d561
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.5.1
uses: actions/checkout@v3.5.2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
unit-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.5.1
- uses: actions/checkout@v3.5.2
- name: Load Go version
id: go-version
run: |
Expand All @@ -19,7 +19,7 @@ jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.5.1
- uses: actions/checkout@v3.5.2
- uses: actions/setup-go@v4
with:
go-version: 1.17
Expand All @@ -30,7 +30,7 @@ jobs:
spec-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.5.1
- uses: actions/checkout@v3.5.2
- name: Load Go version
id: go-version
run: |
Expand All @@ -51,7 +51,7 @@ jobs:
doc-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.5.1
- uses: actions/checkout@v3.5.2
- name: Prepare Python env
run: |
sudo apt install python3
Expand All @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-22.04
needs: [ unit-test, spec-test, doc-test, lint ]
steps:
- uses: actions/checkout@v3.5.1
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- name: Load Go version
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
matrix:
binary: ["kapow_windows_386", "kapow_windows_amd64_v1"]
steps:
- uses: actions/checkout@v3.5.1
- uses: actions/checkout@v3.5.2
- name: Download a single artifact
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 066d561

Please sign in to comment.