Bump actions/checkout from 3 to 4 (#73)

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](https://github.com/actions/checkout/compare/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>
This commit is contained in:
dependabot[bot] 2024-03-19 14:30:33 -04:00 committed by GitHub
parent e7dd74ede1
commit c451059d78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 28 additions and 28 deletions

View file

@ -19,13 +19,13 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Checkout the test repository and test with patch change and patch version bump - name: Checkout the test repository and test with patch change and patch version bump
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
repository: mgr0dzicki/cargo-semver-action-ref-slice repository: mgr0dzicki/cargo-semver-action-ref-slice
ref: patch_change ref: patch_change
persist-credentials: true persist-credentials: true
- name: Checkout the action - name: Checkout the action
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
path: action path: action
- name: Run the action - name: Run the action

View file

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout the action - name: Checkout the action
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: Setup Node.js 16.x - name: Setup Node.js 16.x
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:

View file

@ -15,13 +15,13 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout the test repository and test with patch change and patch version bump - name: Checkout the test repository and test with patch change and patch version bump
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
path: 'ref_slice' path: 'ref_slice'
repository: mgr0dzicki/cargo-semver-action-ref-slice repository: mgr0dzicki/cargo-semver-action-ref-slice
ref: patch_change ref: patch_change
- name: Checkout the action - name: Checkout the action
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
path: action path: action
- name: Run the action - name: Run the action
@ -66,13 +66,13 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout the test repository and test with patch change and patch version bump - name: Checkout the test repository and test with patch change and patch version bump
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
path: 'ref_slice' path: 'ref_slice'
repository: mgr0dzicki/cargo-semver-action-ref-slice repository: mgr0dzicki/cargo-semver-action-ref-slice
ref: patch_change ref: patch_change
- name: Checkout the action - name: Checkout the action
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
path: action path: action
- name: Run the action - name: Run the action

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout the action - name: Checkout the action
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
path: action path: action
- name: Setup the workspace with ref_slice patch change - name: Setup the workspace with ref_slice patch change
@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout the action - name: Checkout the action
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
path: action path: action
- name: Setup the workspace with ref_slice major change - name: Setup the workspace with ref_slice major change
@ -76,12 +76,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout the Rio repository - name: Checkout the Rio repository
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
repository: oxigraph/rio repository: oxigraph/rio
ref: 3bd01c2c977a0b01c918f6840cd05356477db358 # branch main ref: 3bd01c2c977a0b01c918f6840cd05356477db358 # branch main
- name: Checkout the action - name: Checkout the action
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
path: action path: action
- name: Run the action using input package - name: Run the action using input package
@ -109,7 +109,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout the action - name: Checkout the action
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
path: action path: action
- name: Setup the workspace with ref_slice patch change - name: Setup the workspace with ref_slice patch change
@ -140,12 +140,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout the test repository - name: Checkout the test repository
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
repository: mgr0dzicki/cargo-semver-action-ref-slice repository: mgr0dzicki/cargo-semver-action-ref-slice
ref: patch_change ref: patch_change
- name: Checkout the action - name: Checkout the action
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
path: action path: action
- name: Run the action on ref_slice patch change - name: Run the action on ref_slice patch change
@ -158,7 +158,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout the action - name: Checkout the action
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
path: action path: action
- name: Setup the workspace with ref_slice patch change - name: Setup the workspace with ref_slice patch change
@ -190,7 +190,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout the action - name: Checkout the action
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
path: action path: action
- name: Setup the workspace with ref_slice major change - name: Setup the workspace with ref_slice major change
@ -225,7 +225,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout the test repository and test with patch change and patch version bump - name: Checkout the test repository and test with patch change and patch version bump
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
# Space inside the directory name is used in order to ensure it will # Space inside the directory name is used in order to ensure it will
# be handled properly by the action. # be handled properly by the action.
@ -234,7 +234,7 @@ jobs:
ref: patch_change ref: patch_change
persist-credentials: true persist-credentials: true
- name: Checkout the action - name: Checkout the action
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
path: action path: action
- name: Run the action - name: Run the action
@ -263,12 +263,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout the test repository - name: Checkout the test repository
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
repository: mgr0dzicki/cargo-semver-action-ref-slice repository: mgr0dzicki/cargo-semver-action-ref-slice
ref: patch_change ref: patch_change
- name: Checkout the action - name: Checkout the action
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
path: action path: action
- name: Install latest beta - name: Install latest beta
@ -306,12 +306,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout the test repository - name: Checkout the test repository
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
repository: mgr0dzicki/cargo-semver-action-ref-slice repository: mgr0dzicki/cargo-semver-action-ref-slice
ref: patch_change ref: patch_change
- name: Checkout the action - name: Checkout the action
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
path: action path: action
- name: Install latest beta - name: Install latest beta
@ -349,12 +349,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout the test repository - name: Checkout the test repository
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
repository: mgr0dzicki/cargo-semver-action-ref-slice repository: mgr0dzicki/cargo-semver-action-ref-slice
ref: patch_change ref: patch_change
- name: Checkout the action - name: Checkout the action
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
path: action path: action
- name: Install latest beta - name: Install latest beta
@ -399,12 +399,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout the test repository - name: Checkout the test repository
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
repository: mgr0dzicki/cargo-semver-action-ref-slice repository: mgr0dzicki/cargo-semver-action-ref-slice
ref: patch_change ref: patch_change
- name: Checkout the action - name: Checkout the action
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
path: action path: action
- name: Uninstall Rust - name: Uninstall Rust
@ -417,12 +417,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout the test repository and test with major change - name: Checkout the test repository and test with major change
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
repository: mgr0dzicki/cargo-semver-action-ref-slice repository: mgr0dzicki/cargo-semver-action-ref-slice
ref: major_change ref: major_change
- name: Checkout the action - name: Checkout the action
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
path: action path: action
- name: Run the action with release-type set to major - name: Run the action with release-type set to major