Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent d3d5efb commit 2505608
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-main-solutions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# check-out repo and merge main into solutions
#----------------------------------------------
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Merge main -> solutions
uses: devmasx/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-solutions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# check-out solutions branch and set-up python
#----------------------------------------------
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up python
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# check-out repo and set-up python
#----------------------------------------------
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 2505608

Please sign in to comment.