Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #107 from jenkinsci/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-3.1.0

Bump actions/checkout from 2 to 3.1.0
  • Loading branch information
DuMaM authored Oct 9, 2022
2 parents cf12852 + a4c18ba commit ed97e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.1.0

- name: crowdin action
uses: crowdin/github-action@1.4.14
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 11
Expand Down

0 comments on commit ed97e4e

Please sign in to comment.