Skip to content

Commit

Permalink
Updated versions of steps in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiannis128 committed Nov 4, 2024
1 parent fccbb92 commit fb314ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4.2.2

# Setup Python (faster than using Python container)
- name: Setup Python
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4.2.2

# Setup Python (faster than using Python container)
- name: Setup Python
Expand Down

0 comments on commit fb314ed

Please sign in to comment.