summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-01 10:28:04 +0000
committerTom Milligan <tom.milligan@uipath.com>2023-10-02 08:37:26 +0100
commitdfc12c3652684c7e0e88895039fb0ba47b49a787 (patch)
treefee2269d74271d5d5fa62f676486e95fcf92a5a4
parent108edfffc5932bb866c526aa181372149bc92c94 (diff)
chore(deps): bump actions/checkout from 3 to 4deps-20231001
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>
-rw-r--r--.github/workflows/check.yml6
-rw-r--r--.github/workflows/deploy.yml6
-rw-r--r--.github/workflows/docs.yml2
3 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 7c3be86..4b1097f 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout sources
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Cache build files
uses: actions/cache@v3
with:
@@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout sources
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Cache build files
uses: actions/cache@v3
with:
@@ -87,7 +87,7 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
steps:
- name: Checkout sources
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Cache build files
uses: actions/cache@v3
with:
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 1744b84..b8d1388 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -39,7 +39,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Setup | Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
# Cache files between builds
- name: Setup | Cache Cargo
@@ -104,7 +104,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup | Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
fetch-depth: 0
@@ -133,7 +133,7 @@ jobs:
needs: github_release
runs-on: ubuntu-20.04
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: |
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 590e8d0..270c3e8 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -13,7 +13,7 @@ jobs:
publish:
runs-on: ubuntu-20.04
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: |