summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-12 04:05:47 -0400
committerGitHub <noreply@github.com>2021-05-12 04:05:47 -0400
commitfdff367b2358d10e1d2696474cd2b3ad84193c86 (patch)
treec7f79c6d0b7f0bbd3d9b89954c2ea6c4b5d0661e
parent6927cd02adcf57b37e297df61bf969fe9f081e2c (diff)
build: bump actions/checkout from 2 to 2.3.4 (#2714)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/deploy.yml8
-rw-r--r--.github/workflows/security-audit.yml2
-rw-r--r--.github/workflows/workflow.yml8
3 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 076a470e2..e646e161f 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -60,7 +60,7 @@ jobs:
continue-on-error: true
steps:
- name: Setup | Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.4
# Cache files between builds
- name: Setup | Cache Cargo
@@ -119,7 +119,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup | Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
@@ -154,7 +154,7 @@ jobs:
needs: github_release
steps:
- name: Setup | Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.4
- name: Setup | Rust
uses: actions-rs/toolchain@v1.0.7
@@ -183,7 +183,7 @@ jobs:
needs: github_release
steps:
- name: Setup | Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.4
- name: Setup | Install dependencies
run: cd docs && npm install
diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml
index 9a813022c..49a6e9037 100644
--- a/.github/workflows/security-audit.yml
+++ b/.github/workflows/security-audit.yml
@@ -14,7 +14,7 @@ jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2.3.4
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index b54e2596d..487fe2356 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup | Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.4
- name: Setup | Rust
uses: actions-rs/toolchain@v1.0.7
@@ -41,7 +41,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Setup | Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.4
# Cache files between builds
# - name: Setup | Cache Cargo
@@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup | Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.4
# Cache files between builds
# - name: Setup | Cache Cargo
@@ -112,7 +112,7 @@ jobs:
rust: [stable, nightly]
steps:
- name: Setup | Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.4
- name: Setup | libdbus (ubuntu)
if: matrix.os == 'ubuntu-latest'