Skip to content

Commit

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

build(deps): bump actions/checkout from 4.0.0 to 4.1.0
  • Loading branch information
mergify[bot] authored Sep 25, 2023
2 parents 1b93780 + c3c6c43 commit 9d1f581
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.0.0
- uses: actions/checkout@v4.1.0

- name: Set up Java 17
uses: actions/setup-java@v3.13.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.0.0
- uses: actions/checkout@v4.1.0

- name: Set up Java 17 & Deployment credentials
uses: actions/setup-java@v3.13.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.0.0
- uses: actions/checkout@v4.1.0

- name: Set up Java 17 & Deployment credentials
uses: actions/setup-java@v3.13.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.0.0
- uses: actions/checkout@v4.1.0

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

steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0

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

0 comments on commit 9d1f581

Please sign in to comment.