Skip to content

Commit

Permalink
Merge pull request #12 from IFCA-Advanced-Computing/dependabot/github…
Browse files Browse the repository at this point in the history
…_actions/actions/checkout-4

chore(deps): bump actions/checkout from 2 to 4
  • Loading branch information
judithspd authored May 15, 2024
2 parents 2b7731c + 817a9e5 commit ec542b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
Expand All @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit ec542b1

Please sign in to comment.