Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#73)
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] committed Mar 19, 2024
1 parent e7dd74e commit c451059
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout the test repository and test with patch change and patch version bump
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: mgr0dzicki/cargo-semver-action-ref-slice
ref: patch_change
persist-credentials: true
- name: Checkout the action
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: action
- name: Run the action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the action
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node.js 16.x
uses: actions/setup-node@v4
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the test repository and test with patch change and patch version bump
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'ref_slice'
repository: mgr0dzicki/cargo-semver-action-ref-slice
ref: patch_change
- name: Checkout the action
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: action
- name: Run the action
Expand Down Expand Up @@ -66,13 +66,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the test repository and test with patch change and patch version bump
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'ref_slice'
repository: mgr0dzicki/cargo-semver-action-ref-slice
ref: patch_change
- name: Checkout the action
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: action
- name: Run the action
Expand Down
42 changes: 21 additions & 21 deletions .github/workflows/test-inputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the action
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: action
- name: Setup the workspace with ref_slice patch change
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the action
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: action
- name: Setup the workspace with ref_slice major change
Expand All @@ -76,12 +76,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the Rio repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: oxigraph/rio
ref: 3bd01c2c977a0b01c918f6840cd05356477db358 # branch main
- name: Checkout the action
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: action
- name: Run the action using input package
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the action
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: action
- name: Setup the workspace with ref_slice patch change
Expand Down Expand Up @@ -140,12 +140,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the test repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: mgr0dzicki/cargo-semver-action-ref-slice
ref: patch_change
- name: Checkout the action
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: action
- name: Run the action on ref_slice patch change
Expand All @@ -158,7 +158,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the action
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: action
- name: Setup the workspace with ref_slice patch change
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the action
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: action
- name: Setup the workspace with ref_slice major change
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the test repository and test with patch change and patch version bump
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Space inside the directory name is used in order to ensure it will
# be handled properly by the action.
Expand All @@ -234,7 +234,7 @@ jobs:
ref: patch_change
persist-credentials: true
- name: Checkout the action
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: action
- name: Run the action
Expand Down Expand Up @@ -263,12 +263,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the test repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: mgr0dzicki/cargo-semver-action-ref-slice
ref: patch_change
- name: Checkout the action
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: action
- name: Install latest beta
Expand Down Expand Up @@ -306,12 +306,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the test repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: mgr0dzicki/cargo-semver-action-ref-slice
ref: patch_change
- name: Checkout the action
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: action
- name: Install latest beta
Expand Down Expand Up @@ -349,12 +349,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the test repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: mgr0dzicki/cargo-semver-action-ref-slice
ref: patch_change
- name: Checkout the action
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: action
- name: Install latest beta
Expand Down Expand Up @@ -399,12 +399,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the test repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: mgr0dzicki/cargo-semver-action-ref-slice
ref: patch_change
- name: Checkout the action
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: action
- name: Uninstall Rust
Expand All @@ -417,12 +417,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the test repository and test with major change
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: mgr0dzicki/cargo-semver-action-ref-slice
ref: major_change
- name: Checkout the action
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: action
- name: Run the action with release-type set to major
Expand Down

0 comments on commit c451059

Please sign in to comment.