From 42c88715be562b592947651946a83977745e3933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 07:40:41 +0000 Subject: [PATCH] Bump actions/checkout from 1 to 3 (#638) --- .github/workflows/cross_platform.yml | 4 ++-- .github/workflows/rust.yml | 10 +++++----- .github/workflows/security.yml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cross_platform.yml b/.github/workflows/cross_platform.yml index d6d06ca..bcd4dd2 100644 --- a/.github/workflows/cross_platform.yml +++ b/.github/workflows/cross_platform.yml @@ -93,7 +93,7 @@ }, "steps": [ { - "uses": "actions/checkout@v2", + "uses": "actions/checkout@v3", "name": "Checkout" }, { @@ -138,7 +138,7 @@ }, "steps": [ { - "uses": "actions/checkout@v2", + "uses": "actions/checkout@v3", "name": "Checkout" }, { diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 151006e..96c0e8e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -32,7 +32,7 @@ }, "steps": [ { - "uses": "actions/checkout@v2", + "uses": "actions/checkout@v3", "name": "Checkout" }, { @@ -101,7 +101,7 @@ "runs-on": "${{ matrix.runner }}", "steps": [ { - "uses": "actions/checkout@v2", + "uses": "actions/checkout@v3", "name": "Checkout" }, { @@ -133,7 +133,7 @@ fi", "runs-on": "ubuntu-latest", "steps": [ { - "uses": "actions/checkout@v2", + "uses": "actions/checkout@v3", "name": "Checkout" }, { @@ -169,7 +169,7 @@ fi", "runs-on": "ubuntu-latest", "steps": [ { - "uses": "actions/checkout@v2", + "uses": "actions/checkout@v3", "name": "Checkout" }, { @@ -196,7 +196,7 @@ fi", "runs-on": "ubuntu-latest", "steps": [ { - "uses": "actions/checkout@v2", + "uses": "actions/checkout@v3", "name": "Checkout" }, { diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index af5d6ae..e3cfecf 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -12,7 +12,7 @@ "runs-on": "ubuntu-latest", "steps": [ { - "uses": "actions/checkout@v1" + "uses": "actions/checkout@v3" }, { "uses": "actions-rs/audit-check@v1",