Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ForestEckhardt committed Sep 5, 2023
1 parent b112505 commit 5cc7c90
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java-akka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java: [8, 11]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-application-insights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java: [8, 11]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-aspectj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java: [8, 11]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-dist-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java: [17]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-gradle-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java: [17]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java: [17]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java: [8, 11]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-leiningen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java: [8, 11]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-maven-yarn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java: [17]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java: [17]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-native-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java: [17]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-opentelemetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java: [11]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-war.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java: [8, 11]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-all-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
go-version: 1.18.x

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache local Gradle repository
if: ${{ matrix.suite == 'java' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-request-ca-certificates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version: 1.18.x

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Test ca-certificates Samples
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-request-dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
go-version: 1.18.x

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Test .NET Samples
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-request-git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version: 1.18.x

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Test git Samples
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-request-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
go-version: 1.18.x

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Test Go Samples
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-request-java-native-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version: 1.18.x

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache local Gradle repository
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-request-java-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version: 1.18.x

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache local Gradle repository
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-request-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go-version: 1.18.x

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache local Gradle repository
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-request-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
go-version: 1.18.x

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Test Nodejs Samples
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-request-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version: 1.18.x

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Test PHP Samples
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-request-procfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version: 1.18.x

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Test Procfile Samples
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-request-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
go-version: 1.18.x

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Test python Samples
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-request-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version: 1.18.x

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Test Ruby Samples
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-request-web-servers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version: 1.18.x

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Test Web Servers Samples
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout Branch
uses: paketo-buildpacks/github-config/actions/pull-request/checkout-branch@main
Expand Down

0 comments on commit 5cc7c90

Please sign in to comment.