Skip to content

Commit

Permalink
Merge pull request #148 from neutrinoceros/mnt/upgrade_actions
Browse files Browse the repository at this point in the history
MNT: upgrade github actions
  • Loading branch information
mhvk authored Aug 23, 2024
2 parents 6df08fb + b7fb020 commit 4d7c471
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: ".github/workflows"
schedule:
interval: "monthly"
groups:
actions:
patterns:
- "*"
8 changes: 4 additions & 4 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Install APT packages
Expand Down Expand Up @@ -97,12 +97,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Install APT packages
Expand Down

0 comments on commit 4d7c471

Please sign in to comment.