Skip to content

Commit

Permalink
more pipeline updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Inveracity committed Jul 26, 2023
1 parent 567854b commit 4c18297
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:

steps:
- name: Checkout the repo and the submodules.
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: "3.9"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:

steps:
- name: Checkout the repo and the submodules.
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: "3.9"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rethinkdb_mock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo "COVERAGE=$COVERAGE" >> $GITHUB_ENV
- name: Coverage badge
uses: schneegans/dynamic-badges-action@v1.0.0
uses: schneegans/dynamic-badges-action@v1.6.0
with:
auth: ${{ secrets.GIST_SECRET }}
gistID: bade1568c33344c896cbfa5cdef91270
Expand Down

0 comments on commit 4c18297

Please sign in to comment.