Skip to content

Commit 3c35d11

Browse files
authored
Merge pull request #18 from github/dependabot/github_actions/actions-minor-66b70bc58c
Bump the actions-minor group across 1 directory with 2 updates
2 parents af09358 + 7970c67 commit 3c35d11

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Lint Codebase
4040
id: super-linter
41-
uses: super-linter/super-linter/slim@5119dcd8011e92182ce8219d9e9efc82f16fddb6
41+
uses: super-linter/super-linter/slim@61abc07d755095a68f4987d1c2c3d1d64408f1f9
4242
env:
4343
DEFAULT_BRANCH: main
4444
FILTER_REGEX_EXCLUDE: dist/**/*

.github/workflows/release-new-action-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Update the ${{ env.TAG_NAME }} tag
20-
uses: actions/publish-action@v0.2.2
20+
uses: actions/publish-action@v0.4.0
2121
with:
2222
source-tag: ${{ env.TAG_NAME }}

0 commit comments

Comments
 (0)