Skip to content

Commit

Permalink
Merge pull request #7 from eclipse-aas4j/dependabot/github_actions/ma…
Browse files Browse the repository at this point in the history
…in/actions/checkout-3

Bump actions/checkout from 1 to 3
  • Loading branch information
twebermartins authored Jun 16, 2023
2 parents b974868 + c77688c commit e9a073a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docfx-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Build and publish documentation
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: Build docfx
uses: nikeee/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '11'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit e9a073a

Please sign in to comment.