Skip to content

Commit

Permalink
Merge pull request #194 from apache/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
lprimak authored Jan 17, 2024
2 parents 389a108 + 8371e1e commit a3039d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mandatory_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: 'Checkout main'
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: 'src'
persist-credentials: false
Expand All @@ -51,7 +51,7 @@ jobs:
working-directory: ./src

- name: 'Checkout target'
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: 'apache/shiro-site'
ref: 'asf-staging'
Expand Down

0 comments on commit a3039d4

Please sign in to comment.