Skip to content

Commit

Permalink
DEV: Update workflow dependencies (#40)
Browse files Browse the repository at this point in the history
and add a dependabot config for them
  • Loading branch information
CvX committed Nov 15, 2023
1 parent aefffe0 commit d1f0ed4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions .github/dependabot.yml
@@ -1,6 +1,10 @@
version: 2
updates:
- package-ecosystem: 'bundler'
directory: '/'
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: 'daily'
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -18,10 +18,10 @@ jobs:

strategy:
matrix:
ruby: ['3.0', '3.1', '3.2']
ruby: ["3.0", "3.1", "3.2"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup ruby
uses: ruby/setup-ruby@v1
Expand All @@ -41,10 +41,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Release Gem
uses: discourse/publish-rubygems-action@v2
uses: discourse/publish-rubygems-action@v3
env:
RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
GIT_EMAIL: team@discourse.org
Expand Down

0 comments on commit d1f0ed4

Please sign in to comment.