Skip to content

Commit

Permalink
deps: bump actions/checkout to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Aug 4, 2022
1 parent 7faff32 commit 700e437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
image: ['jkube-java', 'jkube-java-11', 'jkube-jetty9', 'jkube-karaf', 'jkube-tomcat9', 'jkube-tomcat']
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install CEKit
uses: cekit/[email protected]
- name: Build ${{ matrix.image }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
image: ['jkube-java', 'jkube-java-11', 'jkube-jetty9', 'jkube-karaf', 'jkube-tomcat9', 'jkube-tomcat']
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install CEKit
uses: cekit/[email protected]
- name: Get Tag
Expand Down

0 comments on commit 700e437

Please sign in to comment.