Skip to content

Commit

Permalink
Bump actions/checkout from 3.0.0 to 3.0.1 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 15, 2022
1 parent b419156 commit 4cc30c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java: [ 11 ]

steps:
- uses: actions/checkout@v3.0.0
- uses: actions/checkout@v3.0.1
- uses: actions/cache@v3
with:
path: ~/.m2/repository
Expand All @@ -44,7 +44,7 @@ jobs:
hazelcast: [ '5.0.2', '5.1.1' ]

steps:
- uses: actions/checkout@v3.0.0
- uses: actions/checkout@v3.0.1
- uses: actions/cache@v3
with:
path: ~/.m2/repository
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
java: [ 11 ]

steps:
- uses: actions/checkout@v3.0.0
- uses: actions/checkout@v3.0.1
- uses: actions/cache@v3
with:
path: ~/.m2/repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/quarkus-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}

- name: Checkout repo
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
with:
path: current-repo
ref: master

- name: Checkout Ecosystem
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.1
with:
repository: ${{ env.ECOSYSTEM_CI_REPO }}
ref: master
Expand Down

0 comments on commit 4cc30c2

Please sign in to comment.