Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3 to 4 (#47)
Browse files Browse the repository at this point in the history
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] committed Sep 11, 2023
1 parent 45a7778 commit 5ce6ad8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
PROJECT_NAME: rust-gh-example
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run cargo generate
uses: cargo-generate/cargo-generate-action@v0.18.3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
PROJECT_NAME: rust-gh-example
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run cargo generate
uses: cargo-generate/cargo-generate-action@v0.18.3
Expand All @@ -20,7 +20,7 @@ jobs:
template_values_file: .github/workflows/template_values.toml

- name: Checkout old example
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: rust-github/rust-gh-example
path: old_example
Expand Down

0 comments on commit 5ce6ad8

Please sign in to comment.