Merge pull request #4670 from pmd/dependabot/github_actions/master/actions/checkout-4

Bump actions/checkout from 3 to 4
This commit is contained in:
Andreas Dangel
2023-10-20 11:29:00 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ jobs:
os: [ ubuntu-latest, windows-latest, macos-latest ] os: [ ubuntu-latest, windows-latest, macos-latest ]
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }} if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
fetch-depth: 2 fetch-depth: 2
- uses: actions/cache@v3 - uses: actions/cache@v3

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: false continue-on-error: false
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
fetch-depth: 100 fetch-depth: 100
- name: Setup Environment - name: Setup Environment

View File

@ -15,7 +15,7 @@ jobs:
os: [ ubuntu-latest ] os: [ ubuntu-latest ]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- uses: actions/cache@v3 - uses: actions/cache@v3
with: with:
path: | path: |