mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-25 12:36:02 +00:00
Update versions of CI actions used
This commit is contained in:
parent
4f4cff0080
commit
61dfc26d74
5 changed files with 14 additions and 14 deletions
6
.github/workflows/version.yml
vendored
6
.github/workflows/version.yml
vendored
|
@ -10,15 +10,15 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Take last commit
|
||||
id: log
|
||||
run: echo "::set-output name=message::$(git log --no-merges -1 --oneline)"
|
||||
run: echo "message=$(git log --no-merges -1 --oneline)" >> $GITHUB_OUTPUT
|
||||
- name: Take repository
|
||||
id: repo
|
||||
run: echo "::set-output name=message::$GITHUB_REPOSITORY"
|
||||
run: echo "message=$GITHUB_REPOSITORY" >> $GITHUB_OUTPUT
|
||||
- name: Bump version
|
||||
if: "!contains(steps.log.outputs.message, 'Bump version') && contains(steps.repo.outputs.message, 'YosysHQ/yosys')"
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue