Skip to content

Commit 7ee8360

Browse files
committed
Update GitHub actions
1 parent acd4a58 commit 7ee8360

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# Checkout the code base #
3434
##########################
3535
- name: Checkout Code
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
with:
3838
# Full git history is needed to get a proper list of changed files within `super-linter`
3939
fetch-depth: 0
@@ -42,7 +42,7 @@ jobs:
4242
# Run Linter against code base #
4343
################################
4444
- name: Lint Code Base
45-
uses: github/super-linter/slim@v5
45+
uses: github/super-linter/slim@v7
4646
env:
4747
DEFAULT_BRANCH: main
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
7+
- uses: actions/checkout@v5
88
- uses: ruby/setup-ruby@v1
99
with:
1010
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)