Skip to content

Commit

Permalink
Merge pull request #350 from gofrolist/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4.1.3

fix(deps): bump actions/checkout from 4.1.2 to 4.1.3
  • Loading branch information
github-actions[bot] authored Apr 22, 2024
2 parents db731da + bf6fbec commit 779defb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3

- name: Docker meta
id: meta
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3

- name: Docker meta
id: meta
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
steps:
- name: Checkout
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3

- name: Download artifact
uses: actions/download-artifact@v4.1.5
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
steps:
- name: Checkout
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3

- name: Run Snyk to check for Python vulnerabilities
continue-on-error: true
Expand All @@ -142,7 +142,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
with:
fetch-depth: 0
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.3.0
Expand Down

0 comments on commit 779defb

Please sign in to comment.