Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

⬆ Bump crazy-max/ghaction-chocolatey from 1 to 2 #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Release

on:
push:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
with:
dotnet-version: 6.x.x
- name: Setup DocFX
uses: crazy-max/ghaction-chocolatey@v1
uses: crazy-max/ghaction-chocolatey@v2
with:
args: install docfx
- name: DocFX Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Test

on:
push:
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
with:
dotnet-version: 6.x.x
- name: Setup DocFX
uses: crazy-max/ghaction-chocolatey@v1
uses: crazy-max/ghaction-chocolatey@v2
with:
args: install docfx
- name: DocFX Build
Expand Down