diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index fbbc500..61cbef6 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -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 diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 46a3345..d666876 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -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: diff --git a/.github/workflows/test-cache.yml b/.github/workflows/test-cache.yml index 51a2b00..07c32df 100644 --- a/.github/workflows/test-cache.yml +++ b/.github/workflows/test-cache.yml @@ -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 @@ -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 diff --git a/.github/workflows/test-inputs.yml b/.github/workflows/test-inputs.yml index e2d8f45..0e2ab73 100644 --- a/.github/workflows/test-inputs.yml +++ b/.github/workflows/test-inputs.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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. @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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