Skip to content

Commit

Permalink
update CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Aug 29, 2024
1 parent f0baea7 commit 6630dd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/specification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
&& sudo apt-get install -y pandoc \
&& sudo gem install asciidoctor asciidoctor-pdf
- name: checkout repository
uses: actions/checkout@v3
uses: actions/checkout@master
- name: build specification
run: |
mkdir -p /tmp/wcmp2/standard/images \
Expand All @@ -42,7 +42,7 @@ jobs:
&& asciidoctor --trace -r asciidoctor-pdf --trace -b pdf -o /tmp/wcmp2/kpi/${KPI_FILE_BASENAME}.pdf index.adoc \
&& cd ..
- name: checkout gh-pages branch
uses: actions/checkout@v3
uses: actions/checkout@master
with:
ref: gh-pages
- name: update gh-pages branch and publish
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
matrix:
python-version: ["3.10", "3.11"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@master
- uses: actions/setup-python@v5
name: Setup Python ${{ matrix.python-version }}
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 6630dd5

Please sign in to comment.