Skip to content

Commit af6ad2c

Browse files
authored
Merge pull request #154 from actions/dependabot/github_actions/actions-minor-06987af645
chore(deps): bump the actions-minor group across 1 directory with 3 updates
2 parents 9739430 + 9446d60 commit af6ad2c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/licensed.yml

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

4343
- name: Setup Ruby
4444
id: setup-ruby
45-
uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71
45+
uses: ruby/setup-ruby@4eb9f110bac952a8b68ecf92e3b5c7a987594ba6
4646
with:
4747
ruby-version: ruby
4848

.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
@@ -16,6 +16,6 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Update the ${{ env.TAG_NAME }} tag
19-
uses: actions/publish-action@v0.3.0
19+
uses: actions/publish-action@v0.4.0
2020
with:
2121
source-tag: ${{ env.TAG_NAME }}

0 commit comments

Comments
 (0)