We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81159c3 commit c340a4aCopy full SHA for c340a4a
.github/workflows/linter.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Lint Codebase
40
id: super-linter
41
- uses: super-linter/super-linter/slim@5119dcd8011e92182ce8219d9e9efc82f16fddb6
+ uses: super-linter/super-linter/slim@2bdd90ed3262e023ac84bf8fe35dc480721fc1f2
42
env:
43
DEFAULT_BRANCH: main
44
FILTER_REGEX_EXCLUDE: dist/**/*
.github/workflows/release-new-action-version.yml
@@ -17,6 +17,6 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Update the ${{ env.TAG_NAME }} tag
20
- uses: actions/publish-action@v0.2.2
+ uses: actions/publish-action@v0.4.0
21
with:
22
source-tag: ${{ env.TAG_NAME }}
0 commit comments