summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-05 01:48:41 +0000
committerGitHub <noreply@github.com>2023-09-05 01:48:41 +0000
commit19f4344f7a601c782b3815cd667afb848bc18596 (patch)
treecf055480df69e87d19296df8cdb7d7fc0e4cb380
parentccee53016fa61cce172d5d8fd0a0647dc6caaa13 (diff)
chore(deps): bump actions/checkout from 3 to 4 (#124)
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>
-rw-r--r--.github/workflows/cd.yml4
-rw-r--r--.github/workflows/ci.yml6
-rw-r--r--.github/workflows/docker.yml2
3 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index a1d9878..eb96127 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -73,7 +73,7 @@ jobs:
musl-tools
- name: Checkout the repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Set the release version
run: echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV
@@ -152,7 +152,7 @@ jobs:
libxkbcommon-dev
- name: Checkout the repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Set the release version
run: echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8c840c0..564b433 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
- riscv64gc-unknown-linux-gnu
steps:
- name: Checkout the repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@master
@@ -66,7 +66,7 @@ jobs:
libxkbcommon-dev
- name: Checkout the repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
@@ -116,7 +116,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout the repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Run shellcheck
uses: ludeeus/action-shellcheck@master
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 52b9f3d..8642d81 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Docker meta
id: meta