Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3.2.0 to 3.3.0 (#169)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@755da8c...ac59398)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2023
1 parent 57e0082 commit d925b12
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: write
steps:
- name: checkout project
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- name: check cargo cache
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
id: rust-cache
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
url: https://crates.io/crates/rustracer
steps:
- name: checkout project
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- name: check cache
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
id: cache
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- cratesio
steps:
- name: checkout project
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- name: check cache
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
id: cache
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
rust: ${{ steps.filter.outputs.rust }}
steps:
- name: checkout project
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50
id: filter
with:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
contents: read
steps:
- name: checkout project
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- name: check cache
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
id: cache
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
contents: read
steps:
- name: checkout project
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- name: setup python
run: |
python3 -m pip install --user -r .github/workflows/requirements.txt
Expand All @@ -119,7 +119,7 @@ jobs:
contents: read
steps:
- name: checkout project
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- name: shellcheck bash
run: |
shopt -s globstar
Expand All @@ -135,7 +135,7 @@ jobs:
coverage: ${{ steps.coverage.outputs.coverage }}
steps:
- name: checkout project
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- name: check cache
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
id: cache
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
contents: write
steps:
- name: checkout project
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- name: check cache
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
id: cache
Expand Down

0 comments on commit d925b12

Please sign in to comment.