Skip to content

Commit

Permalink
chore(actions): bump GitHub Actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pchorus committed May 7, 2024
1 parent 3886548 commit 4597dbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: moneymeets/action-setup-python-poetry@master

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ inputs:
runs:
using: 'composite'
steps:
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'

Expand Down

0 comments on commit 4597dbc

Please sign in to comment.