Skip to content

Commit 61e0ac8

Browse files
committed
ci: Fix aftman install
1 parent 6659d0b commit 61e0ac8

File tree

2 files changed

+4
-4
lines changed
  • .github/workflows
  • tools/nevermore-cli/templates/game-template/.github/workflows

2 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
uses: actions/checkout@v2
1111

1212
- name: Setup Aftman
13-
uses: ok-nick/setup-aftman@v0.3.0
13+
uses: ok-nick/setup-aftman@v0.4.2
1414
with:
15-
version: "v0.2.7"
15+
version: 'v0.3.0'
1616
token: ${{ secrets.GITHUB_TOKEN }}
1717

1818
- name: Generate standard library

tools/nevermore-cli/templates/game-template/.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
uses: actions/checkout@v2
99

1010
- name: Setup Aftman
11-
uses: ok-nick/setup-aftman@v0.3.0
11+
uses: ok-nick/setup-aftman@v0.4.2
1212
with:
13-
version: 'v0.2.7'
13+
version: 'v0.3.0'
1414
token: $\{{ secrets.GITHUB_TOKEN }}
1515

1616
- name: Generate standard library

0 commit comments

Comments
 (0)