Skip to content

Commit

Permalink
Merge pull request #115 from adanalife/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerrick authored Mar 7, 2021
2 parents e4f7661 + bf645fc commit 6f627d2
Show file tree
Hide file tree
Showing 14 changed files with 166 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fetch-depth: '0'
- name: Bump version and push tag
id: bump-version
uses: anothrNick/github-tag-action@1.34.0
uses: anothrNick/github-tag-action@1.35.0
env:
GITHUB_TOKEN: ${{ secrets.CI_PERSONAL_ACCESS_TOKEN }}
DEFAULT_BUMP: patch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v1
- name: Fetch videos from cache
id: restore-videos
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.4
with:
path: assets/video
key: ${{ runner.os }}-video-${{ hashFiles('assets/video/manifest.txt') }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: run-linters
uses: github/super-linter@v3
uses: github/super-linter@v3.15.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# disabled because it's not working with C libs
Expand All @@ -24,3 +24,5 @@ jobs:
VALIDATE_DOCKERFILE_HADOLINT: false
# disabled cause they dont support CRDs rn
VALIDATE_KUBERNETES_KUBEVAL: false
# disabled until we go through and fix the dupe code issues
VALIDATE_JSCPD: false
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v2
- name: Restore Cache
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down
Loading

0 comments on commit 6f627d2

Please sign in to comment.