Skip to content

Commit b97b7a0

Browse files
committed
workflows: update actions/checkout and actions/cache to current
No breaking changes. Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
1 parent 93bbf08 commit b97b7a0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/java.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
runs-on: ubuntu-slim
1717
steps:
1818
- name: Check out repo
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
- name: Set up Python
2121
uses: actions/setup-python@v6
2222
with:
2323
python-version: 3.14
2424
- name: Install dependencies
2525
run: python -m pip install pre-commit
2626
- name: Cache pre-commit environments
27-
uses: actions/cache@v4
27+
uses: actions/cache@v5
2828
with:
2929
path: ~/.cache/pre-commit
3030
key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
@@ -50,7 +50,7 @@ jobs:
5050
shell: bash
5151
steps:
5252
- name: Check out repo
53-
uses: actions/checkout@v5
53+
uses: actions/checkout@v6
5454
- name: Install Java
5555
uses: actions/setup-java@v5
5656
with:
@@ -118,7 +118,7 @@ jobs:
118118
contents: write
119119
steps:
120120
- name: Check out repo
121-
uses: actions/checkout@v5
121+
uses: actions/checkout@v6
122122
- name: Download artifacts
123123
uses: actions/download-artifact@v8
124124
with:

0 commit comments

Comments
 (0)