Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/bundler/rexml-3.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
devpow112 committed Jun 4, 2024
2 parents 639f92e + 2461c41 commit 4e08c4a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
- name: Check formatting
uses: davidanson/markdownlint-cli2-action@v16.0.0
with:
Expand All @@ -21,9 +21,9 @@ jobs:
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
- name: Set up Ruby
uses: ruby/setup-ruby@v1.176.0
uses: ruby/setup-ruby@v1.179.0
with:
bundler-cache: true
- name: Set up Pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
- name: Sync labels
uses: micnncim/action-label-syncer@v1.3.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
with:
persist-credentials: false
- name: Determine year
Expand Down

0 comments on commit 4e08c4a

Please sign in to comment.