Skip to content

Commit 255cf32

Browse files
committed
Bump Action version
No effects were observed on Make-managed files. Signed-off-by: Alex Nelsin <alexander.nelson@nist.gov>
1 parent f1bce98 commit 255cf32

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

3535
steps:
36-
- uses: actions/checkout@v5
36+
- uses: actions/checkout@v6
3737
- uses: actions/setup-java@v5
3838
with:
3939
distribution: 'temurin'

.github/workflows/supply-chain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- '3.14'
3333

3434
steps:
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636
with:
3737
fetch-depth: 0
3838
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)