Skip to content

Commit

Permalink
Bump checkout action
Browse files Browse the repository at this point in the history
Drive-by fix for matrix-org/synapse#14203
  • Loading branch information
David Robertson committed Apr 6, 2023
1 parent 9fb4b53 commit 176320a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
complement-internal:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # Checkout complement
- uses: actions/checkout@v3 # Checkout complement
- uses: actions/setup-go@v4
- name: "Install Complement Dependencies"
run: |
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
timeout: 10m

steps:
- uses: actions/checkout@v2 # Checkout complement
- uses: actions/checkout@v3 # Checkout complement

- uses: actions/setup-go@v4
# Similar steps as dockerfiles/ComplementCIBuildkite.Dockerfile but on the host. We need
Expand Down

0 comments on commit 176320a

Please sign in to comment.