aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/audit.yaml2
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/changelog.yml2
-rw-r--r--Cargo.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml
index abf0898b..1d6069d1 100644
--- a/.github/workflows/audit.yaml
+++ b/.github/workflows/audit.yaml
@@ -6,7 +6,7 @@ jobs:
audit:
runs-on: ubuntu-20.04
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v3
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c358c2c0..5e1467ca 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -347,7 +347,7 @@ jobs:
echo "versionmajor=$VERSIONMAJOR" >> $GITHUB_ENV
echo "version=$VERSION" >> $GITHUB_ENV
- - uses: everlytic/branch-merge@1.1.2
+ - uses: everlytic/branch-merge@1.1.5
with:
github_token: ${{ github.token }}
source_ref: 'master'
diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml
index ccf6eb91..74b821da 100644
--- a/.github/workflows/changelog.yml
+++ b/.github/workflows/changelog.yml
@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Check that changelog updated
uses: dangoslen/changelog-enforcer@v3
diff --git a/Cargo.toml b/Cargo.toml
index 61f8e56e..2cd3fe1f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,7 +37,7 @@ systick-monotonic = "1.0.0"
[dev-dependencies.panic-semihosting]
features = ["exit"]
-version = "0.5.2"
+version = "0.6.0"
[target.x86_64-unknown-linux-gnu.dev-dependencies]
trybuild = "1"