Skip to content

Commit

Permalink
[py] Update CI github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DraTeots committed Sep 17, 2024
1 parent 345564a commit d29de26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pyrobird.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Backend Pyrobird Workflow
name: Backend Pyrobird Tests

on:
push:
Expand All @@ -17,10 +17,10 @@ jobs:

steps:
- name: Check out the repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit d29de26

Please sign in to comment.