ci: upgrade workflow actions version
This commit is contained in:
4
.github/workflows/examples.yml
vendored
4
.github/workflows/examples.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
if: "github.repository == 'lowlighter/metrics'"
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Checkout examples
|
||||
@@ -1347,7 +1347,7 @@ jobs:
|
||||
if: "github.repository == 'lowlighter/metrics'"
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Checkout examples
|
||||
|
||||
Reference in New Issue
Block a user