Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
Bump actions/checkout from 2.3.4 to 3.4.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.4...v3.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 20, 2023
1 parent 884e960 commit 3f8d62d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.4.0
- uses: davidB/rust-cargo-make@v1
with:
version: 0.22.2
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.4.0
- uses: davidB/rust-cargo-make@v1
with:
version: 0.22.2
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
with:
version: 0.22.2
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.4.0
- name: Download pre-built data-forwarder
uses: actions/download-artifact@v2.0.9
with:
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
with:
version: 0.22.2
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.4.0
- name: Download pre-built data-forwarder
uses: actions/download-artifact@v2.0.9
with:
Expand All @@ -138,7 +138,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.4.0
- uses: davidB/rust-cargo-make@v1
with:
version: 0.22.2
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.4.0
- uses: davidB/rust-cargo-make@v1
with:
version: 0.22.2
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.4.0
- uses: davidB/rust-cargo-make@v1
with:
version: 0.22.2
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.4.0
- uses: davidB/rust-cargo-make@v1
with:
version: 0.22.2
Expand All @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.4.0
- uses: davidB/rust-cargo-make@v1
with:
version: 0.22.2
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.4.0
- uses: davidB/rust-cargo-make@v1
with:
version: 0.22.2
Expand All @@ -114,7 +114,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.4.0
- uses: davidB/rust-cargo-make@v1
with:
version: 0.22.2
Expand All @@ -140,7 +140,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.4.0
- name: Cache cargo registry, index and build
uses: actions/cache@v2.1.5
with:
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
- uses: davidB/rust-cargo-make@v1
with:
version: 0.22.2
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.4.0
- name: Check top-level Makefile
run: cargo make --print-steps 2>1& > /dev/null
- name: Check data-collector Makefile
Expand Down

0 comments on commit 3f8d62d

Please sign in to comment.