Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 5, 2021
1 parent 9e6195e commit 25e9a1d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/porter_umbriel_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: Download Porter
id: download_porter
run: |2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/porter_umbriel_kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: Download Porter
id: download_porter
run: |2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/porter_umbriel_queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: Download Porter
id: download_porter
run: |2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/porter_umbriel_sns_webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: Download Porter
id: download_porter
run: |
Expand Down

0 comments on commit 25e9a1d

Please sign in to comment.