Skip to content

Commit

Permalink
Merge pull request #21 from olcf/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-3.5.1

Bump actions/checkout from 3.1.0 to 3.5.1
  • Loading branch information
josephvoss authored Apr 12, 2023
2 parents c324b8e + daa55cf commit 81e0219
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.5.1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
container: ghcr.io/olcf/greggd/dev-image:8.3_20210513
steps:
- name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.5.1
- name: Build
run: go build -v ./cmd/greggd/
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
container: ghcr.io/olcf/greggd/dev-image:8.3_20210513
steps:
- name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.5.1
# No shallow clone
with:
fetch-depth: 0
Expand Down

0 comments on commit 81e0219

Please sign in to comment.