Skip to content

Commit 6a043a6

Browse files
authored
Merge pull request #230 from proxystore/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 0f8dc94 + 4dc0908 commit 6a043a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out code
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414

1515
- name: Cleanup
1616
run: |

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737

3838
- name: Set up Python ${{matrix.python}}
3939
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)