Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 3 to 4 #73

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading