Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#660)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

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

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 Sep 12, 2023
1 parent 224e412 commit ea15534
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cross_platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
},
"steps": [
{
"uses": "actions/checkout@v3",
"uses": "actions/checkout@v4",
"name": "Checkout"
},
{
Expand Down Expand Up @@ -138,7 +138,7 @@
},
"steps": [
{
"uses": "actions/checkout@v3",
"uses": "actions/checkout@v4",
"name": "Checkout"
},
{
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"steps": [
{
"uses": "actions/checkout@v3",
"uses": "actions/checkout@v4",
"name": "Checkout"
},
{
Expand Down Expand Up @@ -101,7 +101,7 @@
"runs-on": "${{ matrix.runner }}",
"steps": [
{
"uses": "actions/checkout@v3",
"uses": "actions/checkout@v4",
"name": "Checkout"
},
{
Expand Down Expand Up @@ -133,7 +133,7 @@ fi",
"runs-on": "ubuntu-latest",
"steps": [
{
"uses": "actions/checkout@v3",
"uses": "actions/checkout@v4",
"name": "Checkout"
},
{
Expand Down Expand Up @@ -169,7 +169,7 @@ fi",
"runs-on": "ubuntu-latest",
"steps": [
{
"uses": "actions/checkout@v3",
"uses": "actions/checkout@v4",
"name": "Checkout"
},
{
Expand All @@ -196,7 +196,7 @@ fi",
"runs-on": "ubuntu-latest",
"steps": [
{
"uses": "actions/checkout@v3",
"uses": "actions/checkout@v4",
"name": "Checkout"
},
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"runs-on": "ubuntu-latest",
"steps": [
{
"uses": "actions/checkout@v3"
"uses": "actions/checkout@v4"
},
{
"uses": "actions-rs/audit-check@v1",
Expand Down

0 comments on commit ea15534

Please sign in to comment.