Skip to content

Commit

Permalink
Merge pull request #2 from m4tx/dependabot/github_actions/actions/che…
Browse files Browse the repository at this point in the history
…ckout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
m4tx authored Oct 1, 2023
2 parents 6726f06 + 6a6b858 commit 48ccb85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
needs: [ "build" ]
steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -85,7 +85,7 @@ jobs:
needs: [ "build" ]
steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand Down

0 comments on commit 48ccb85

Please sign in to comment.