Skip to content

Commit

Permalink
Merge pull request #631 from JarvisCraft/dependabot/github_actions/de…
Browse files Browse the repository at this point in the history
…velopment/actions/checkout-4.2.0

build(deps): bump actions/checkout from 4.1.7 to 4.2.0
  • Loading branch information
mergify[bot] authored Sep 26, 2024
2 parents 7d34568 + a7c7222 commit af6c090
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
security-events: write

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0

- name: Set up Java 17
uses: actions/setup-java@v4.4.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0

- name: Set up Java 17 & Deployment credentials
uses: actions/setup-java@v4.4.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0

- name: Set up Java 17 & Deployment credentials
uses: actions/setup-java@v4.4.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0

- name: Set up Java 17
uses: actions/setup-java@v4.4.0
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0

- name: Set up Java 17
uses: actions/setup-java@v4.4.0
Expand Down

0 comments on commit af6c090

Please sign in to comment.