Skip to content

Commit

Permalink
Update actions (#133)
Browse files Browse the repository at this point in the history
* upgrade actions

* tell dependabot to bump actions too
  • Loading branch information
chris48s committed Dec 26, 2022
1 parent 6de4eb5 commit 9962228
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
25 changes: 16 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
version: 2
updates:
- package-ecosystem: cargo
directory: '/'
schedule:
interval: weekly
day: monday
time: '12:00'
open-pull-requests-limit: 20
labels:
- dependencies

- package-ecosystem: cargo
directory: '/'
schedule:
interval: weekly
day: monday
time: '12:00'
open-pull-requests-limit: 20

- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: weekly
day: monday
time: '12:00'
open-pull-requests-limit: 20
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand All @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 9962228

Please sign in to comment.