Compare commits
No commits in common. "22e9f059b5cad8200886fa402c23094a3702f4ab" and "8459bc0c7e3759cdf591f513d9f141a95fef0a8f" have entirely different histories.
22e9f059b5
...
8459bc0c7e
2 changed files with 3 additions and 3 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
steps:
|
||||
# Clone this repo
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
||||
# Basic checkout
|
||||
- name: Checkout basic
|
||||
|
|
|
|||
4
.github/workflows/update-main-version.yml
vendored
4
.github/workflows/update-main-version.yml
vendored
|
|
@ -21,8 +21,8 @@ jobs:
|
|||
steps:
|
||||
# Note this update workflow can also be used as a rollback tool.
|
||||
# For that reason, it's best to pin `actions/checkout` to a known, stable version
|
||||
# (typically, the previous major version -- see https://github.com/actions/checkout/pull/1705).
|
||||
- uses: actions/checkout@v3
|
||||
# (typically, about two releases back).
|
||||
- uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Git config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue