Skip to content

Commit

Permalink
GHA: update actions
Browse files Browse the repository at this point in the history
Update actions/checkout to v4.1.1.
Update ruby/setup-ruby to v1.172.0.
  • Loading branch information
syncom committed Mar 8, 2024
1 parent e73f314 commit f163c97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: "Checkout repository"
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
- name: "Install Ruby"
# v1.117.0
uses: ruby/setup-ruby@3068fa83f9cbd7ae106cac45483635a2f3a195c9
# v1.172.0
uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677
with:
ruby-version: '3.0'
ruby-version: '3.3'
bundler-cache: true
- name: "Install mdl"
run: gem install mdl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4.1.1
- name: Install shellcheck on Ubuntu
run: |
sudo apt update
Expand Down

0 comments on commit f163c97

Please sign in to comment.