Skip to content

Commit

Permalink
updated to let GH action use latest steps
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickKalkman committed May 18, 2024
1 parent 7c6dea2 commit 7425568
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run_program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Run Program
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
workflow_dispatch:

jobs:
Expand All @@ -15,10 +15,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.12'

Expand Down

0 comments on commit 7425568

Please sign in to comment.