Skip to content

Commit

Permalink
Workflow: move to checkout@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Mar 22, 2022
1 parent 616068e commit d59ca09
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- master
tags:
- '*'
- '!**-classic'
paths-ignore:
- '.github/**'

Expand All @@ -16,9 +15,9 @@ jobs:

steps:
- name: Checkout addon
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 100
fetch-depth: 0

- name: Run luacheck
uses: BigWigsMods/actions/luacheck@master
Expand Down

0 comments on commit d59ca09

Please sign in to comment.