Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tupaschoal committed Jan 12, 2025
1 parent 1a2f7cd commit 1928aad
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,35 @@ jobs:
name: Run Jekyll Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
ruby-version: 3.4.1
bundler-cache: true
- run: script/run_jekyll.sh
validate-json:
name: Validate JSON
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
ruby-version: 3.4.1
bundler-cache: true
- run: script/validate_json.rb
ping-websites:
name: Ping Websites
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
ruby-version: 3.4.1
bundler-cache: true
- run: script/ping_websites.rb
check-files-formatting:
name: Check Files Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: script/check_files_formatting.sh

0 comments on commit 1928aad

Please sign in to comment.