Skip to content

Commit

Permalink
Merge pull request #104 from 32blit/ci-update-workflows-and-branch
Browse files Browse the repository at this point in the history
CI: Fix deprecation warnings, rename branch prep.
  • Loading branch information
Gadgetoid authored Jun 17, 2024
2 parents cd169bf + 68a3a20 commit eacd03d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
run: |
sudo apt update && sudo apt install ${{matrix.apt-packages}}
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Grab the SDK
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: 32blit/32blit-sdk
path: 32blit-sdk
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- main

jobs:
test:
Expand All @@ -19,9 +19,9 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt update && sudo apt install gcc-arm-none-eabi
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Install Dependencies
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 32blit Tools

[![Build Status](https://img.shields.io/github/actions/workflow/status/32blit/32blit-tools/test.yml?branch=master)](https://github.com/32blit/32blit-tools/actions/workflows/test.yml)
[![Coverage Status](https://coveralls.io/repos/github/32blit/32blit-tools/badge.svg?branch=master)](https://coveralls.io/github/32blit/32blit-tools?branch=master)
[![Build Status](https://img.shields.io/github/actions/workflow/status/32blit/32blit-tools/test.yml?branch=main)](https://github.com/32blit/32blit-tools/actions/workflows/test.yml)
[![Coverage Status](https://coveralls.io/repos/github/32blit/32blit-tools/badge.svg?branch=main)](https://coveralls.io/github/32blit/32blit-tools?branch=main)
[![PyPi Package](https://img.shields.io/pypi/v/32blit.svg)](https://pypi.python.org/pypi/32blit)
[![Python Versions](https://img.shields.io/pypi/pyversions/32blit.svg)](https://pypi.python.org/pypi/32blit)

Expand Down
4 changes: 2 additions & 2 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 32blit Tools

[![Build Status](https://img.shields.io/github/actions/workflow/status/32blit/32blit-tools/test.yml?branch=master)](https://github.com/32blit/32blit-tools/actions/workflows/test.yml)
[![Coverage Status](https://coveralls.io/repos/github/32blit/32blit-tools/badge.svg?branch=master)](https://coveralls.io/github/32blit/32blit-tools?branch=master)
[![Build Status](https://img.shields.io/github/actions/workflow/status/32blit/32blit-tools/test.yml?branch=main)](https://github.com/32blit/32blit-tools/actions/workflows/test.yml)
[![Coverage Status](https://coveralls.io/repos/github/32blit/32blit-tools/badge.svg?branch=main)](https://coveralls.io/github/32blit/32blit-tools?branch=main)
[![PyPi Package](https://img.shields.io/pypi/v/32blit.svg)](https://pypi.python.org/pypi/32blit)
[![Python Versions](https://img.shields.io/pypi/pyversions/32blit.svg)](https://pypi.python.org/pypi/32blit)

Expand Down

0 comments on commit eacd03d

Please sign in to comment.