Skip to content

Commit

Permalink
Merge pull request #48 from gofrolist/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-2.4.0

fix(deps): bump actions/checkout from 2.3.5 to 2.4.0
  • Loading branch information
github-actions[bot] authored Nov 3, 2021
2 parents 1414de3 + 751a8f7 commit a5af6f5
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-20.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0

- 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-20.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0

- name: Docker meta
id: meta
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0

- name: Download artifact
uses: actions/download-artifact@v2.0.10
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0

- name: Run Snyk to check for Python vulnerabilities
continue-on-error: true
Expand All @@ -135,7 +135,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0

- name: Setup Node.js
uses: actions/setup-node@v2.4.1
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-20.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0

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

0 comments on commit a5af6f5

Please sign in to comment.