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",