Skip to content

Commit

Permalink
Use actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed Apr 1, 2023
1 parent ce9e80c commit d4af038
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Expand Up @@ -6,15 +6,15 @@ jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: clang-format
run: |
docker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./source ./include
build-lib:
runs-on: ubuntu-latest
needs: clang-format
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: build lib
run: |
docker build . -f Dockerfile.buildlocal -t builder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_image.yml
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v4
Expand Down

0 comments on commit d4af038

Please sign in to comment.