Update .github/workflows/ubuntu_action_test.yml
This commit is contained in:
parent
76df5651c5
commit
6a043fcb86
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ubuntu_action_test.yml
vendored
4
.github/workflows/ubuntu_action_test.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
ubuntu-full:
|
ubuntu-full:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v4
|
||||||
- run: date > reports/ubuntu_report_full.txt
|
- run: date > reports/ubuntu_report_full.txt
|
||||||
- uses: https://w9r.dev/w9r.dev/action-git-commit-push@main
|
- uses: https://w9r.dev/w9r.dev/action-git-commit-push@main
|
||||||
with:
|
with:
|
||||||
|
@ -36,5 +36,5 @@ jobs:
|
||||||
ubuntu-nochanges:
|
ubuntu-nochanges:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v4
|
||||||
- uses: GuillaumeFalourd/git-commit-push@main
|
- uses: GuillaumeFalourd/git-commit-push@main
|
||||||
|
|
Loading…
Add table
Reference in a new issue