mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-09-11 10:54:33 +00:00
Merge pull request #143 from HyNetwork/dependabot/github_actions/actions/checkout-2.4.0
Bump actions/checkout from 2.3.5 to 2.4.0
This commit is contained in:
2
.github/workflows/build-master.yml
vendored
2
.github/workflows/build-master.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Check out
|
- name: Check out
|
||||||
uses: actions/checkout@v2.3.5
|
uses: actions/checkout@v2.4.0
|
||||||
|
|
||||||
- name: Get time
|
- name: Get time
|
||||||
uses: gerred/actions/current-time@master
|
uses: gerred/actions/current-time@master
|
||||||
|
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2.3.5
|
uses: actions/checkout@v2.4.0
|
||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
|
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out
|
- name: Check out
|
||||||
uses: actions/checkout@v2.3.5
|
uses: actions/checkout@v2.4.0
|
||||||
|
|
||||||
- name: Get tag
|
- name: Get tag
|
||||||
uses: olegtarasov/get-tag@v2
|
uses: olegtarasov/get-tag@v2
|
||||||
|
2
.github/workflows/release-tun.yml
vendored
2
.github/workflows/release-tun.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Check out
|
- name: Check out
|
||||||
uses: actions/checkout@v2.3.5
|
uses: actions/checkout@v2.4.0
|
||||||
|
|
||||||
- name: Get tag
|
- name: Get tag
|
||||||
uses: olegtarasov/get-tag@v2
|
uses: olegtarasov/get-tag@v2
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Check out
|
- name: Check out
|
||||||
uses: actions/checkout@v2.3.5
|
uses: actions/checkout@v2.4.0
|
||||||
|
|
||||||
- name: Get tag
|
- name: Get tag
|
||||||
uses: olegtarasov/get-tag@v2
|
uses: olegtarasov/get-tag@v2
|
||||||
|
Reference in New Issue
Block a user