Skip to content

Commit

Permalink
build(deps): Bump actions/checkout from 2 to 3 (#725)
Browse files Browse the repository at this point in the history
Approved-by: Alexander Jung <alex@unikraft.io>
  • Loading branch information
nderjung authored Aug 13, 2023
2 parents 64bbd99 + 43b61e2 commit 5b56044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerfile-llb-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 5b56044

Please sign in to comment.