aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-03-01 18:24:33 +0000
committerRenovate Bot <[email protected]>2022-03-01 18:24:33 +0000
commitb2a53ffe669d8d1f8475622ce8b668596789e574 (patch)
tree58b135ee82fc3800181c1b6f589a66fb74d407eb /.github/workflows
parentMerge pull request #35 from Fuwn/renovate/tokio-1.x (diff)
downloadnitrous-b2a53ffe669d8d1f8475622ce8b668596789e574.tar.xz
nitrous-b2a53ffe669d8d1f8475622ce8b668596789e574.zip
chore(deps): update actions/checkout action to v3
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml2
-rw-r--r--.github/workflows/rust.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 5cb22b5..874cb21 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout 🛒
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Toolchain 🧰
uses: actions-rs/toolchain@v1
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index bee025e..7c6f296 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout 🛒
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Toolchain 🧰
uses: actions-rs/toolchain@v1