Skip to content

Commit

Permalink
update compare-versions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaguiar authored Jan 11, 2025
1 parent 43160ca commit 675ca59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compare-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
- name: Cache OpenAF runtime
uses: actions/cache@v3
with:
key : oaf-nightly
key : oaf-t8
path: /tmp/oaf

- name: Setup OpenAF
uses: openaf/action-setup@v1.2
with:
dist: 'nightly'
dist: t8

- name: Retrieving the latest version of the used tools to /tmp/_tmpMain.json
run : |
Expand Down Expand Up @@ -89,4 +89,4 @@ jobs:
with:
ojob: 'ojob.io/git/hub/contentIn'
args: 'message="update\ versions\ table\ {{date}}/{{time}}" title="Update\ table" paths=.github/'
dist: 'nightly'
dist: t8

0 comments on commit 675ca59

Please sign in to comment.