Skip to content

Commit

Permalink
📌 Pin base Docker image
Browse files Browse the repository at this point in the history
And also update action versions
  • Loading branch information
AndreMiras committed Sep 26, 2024
1 parent 8799c9f commit 7141701
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5

- name: Unit tests
run: make test PYTHON_WITH_VERSION=python3
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Coveralls Finished
uses: ./
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM thekevjames/coveralls:latest
FROM thekevjames/coveralls:4.0.0

COPY src/ /src/
RUN python3 -m pip install Cython
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: actions/checkout@v4
- uses: actions/setup-python@v5

- name: Unit tests
run: make test
Expand Down

0 comments on commit 7141701

Please sign in to comment.