Bump actions/checkout from 4 to 5 (#6374)

This commit is contained in:
dependabot[bot] 2025-09-04 08:21:26 -04:00 committed by GitHub
parent 4e091a1cf1
commit 319ab84f90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 12 additions and 12 deletions

View File

@ -116,7 +116,7 @@ jobs:
CCACHE_DIR: ${{ github.workspace }}/.ccache CCACHE_DIR: ${{ github.workspace }}/.ccache
CCACHE_LIMIT_MULTIPLE: 0.95 CCACHE_LIMIT_MULTIPLE: 0.95
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v5
with: with:
path: repo path: repo
- name: Cache $CCACHE_DIR - name: Cache $CCACHE_DIR

View File

@ -16,5 +16,5 @@ jobs:
name: "'docs/CONTRIBUTORS' was signed" name: "'docs/CONTRIBUTORS' was signed"
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v5
- run: test_regress/t/t_dist_contributors.py - run: test_regress/t/t_dist_contributors.py

View File

@ -35,7 +35,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
path: repo path: repo

View File

@ -39,7 +39,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
- name: Extract context variables - name: Extract context variables
run: | run: |

View File

@ -21,7 +21,7 @@ jobs:
CI_COMMIT: ${{ github.sha }} CI_COMMIT: ${{ github.sha }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- name: Install packages for build - name: Install packages for build

View File

@ -48,7 +48,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
path: repo path: repo

View File

@ -28,7 +28,7 @@ jobs:
name: Sub-lint | Python name: Sub-lint | Python
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
path: repo path: repo

View File

@ -42,7 +42,7 @@ jobs:
restore-keys: rtlmeter-build-ccache-${{ inputs.runs-on }}-${{ inputs.cc }} restore-keys: rtlmeter-build-ccache-${{ inputs.runs-on }}-${{ inputs.cc }}
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
path: repo path: repo
fetch-depth: 0 # Required for 'git describe' used for 'verilator --version' fetch-depth: 0 # Required for 'git describe' used for 'verilator --version'

View File

@ -77,7 +77,7 @@ jobs:
restore-keys: rtlmeter-run-ccache-${{ inputs.runs-on }}-${{ inputs.cc }}-${{ inputs.cases }}-${{ inputs.compileArgs }} restore-keys: rtlmeter-run-ccache-${{ inputs.runs-on }}-${{ inputs.cc }}-${{ inputs.cases }}-${{ inputs.compileArgs }}
- name: Checkout RTLMeter - name: Checkout RTLMeter
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
repository: "verilator/rtlmeter" repository: "verilator/rtlmeter"
path: rtlmeter path: rtlmeter

View File

@ -153,7 +153,7 @@ jobs:
tag: [gcc, clang] tag: [gcc, clang]
steps: steps:
- name: Checkout RTLMeter - name: Checkout RTLMeter
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
repository: "verilator/rtlmeter" repository: "verilator/rtlmeter"
path: rtlmeter path: rtlmeter
@ -211,7 +211,7 @@ jobs:
repositories: verilator-rtlmeter-results repositories: verilator-rtlmeter-results
permission-contents: write permission-contents: write
- name: Checkout verilator-rtlmeter-results - name: Checkout verilator-rtlmeter-results
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
repository: "verilator/verilator-rtlmeter-results" repository: "verilator/verilator-rtlmeter-results"
token: ${{ steps.generate-token.outputs.token }} token: ${{ steps.generate-token.outputs.token }}
@ -244,7 +244,7 @@ jobs:
actions: read actions: read
steps: steps:
- name: Checkout RTLMeter - name: Checkout RTLMeter
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
repository: "verilator/rtlmeter" repository: "verilator/rtlmeter"
path: rtlmeter path: rtlmeter