Skip to content

Commit

Permalink
Update hello.yml
Browse files Browse the repository at this point in the history
use latest version of actions
  • Loading branch information
TomPughe authored Jun 18, 2024
1 parent a20a3aa commit bf426e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Step one
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Python environment
uses: actions/setup-python@v1.1.1
uses: actions/setup-python@v5
- name: Step two
run: python hello.py

0 comments on commit bf426e1

Please sign in to comment.