diff options
| author | chrislu <chris.lu@gmail.com> | 2023-09-13 00:03:47 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-09-13 00:03:47 -0700 |
| commit | b771fefa374fe237ff1317bbd03a9297a52191e3 (patch) | |
| tree | 9856be72db18e6ae32523640cd3a9e3ca61fbeeb /.github/workflows/e2e.yml | |
| parent | 0a851ec00b455c72b405503f6f1f41728b15962e (diff) | |
| parent | 8908810376e671b34262295f1ad558ca43db58c2 (diff) | |
| download | seaweedfs-b771fefa374fe237ff1317bbd03a9297a52191e3.tar.xz seaweedfs-b771fefa374fe237ff1317bbd03a9297a52191e3.zip | |
Merge branch 'master' into sub
Diffstat (limited to '.github/workflows/e2e.yml')
| -rw-r--r-- | .github/workflows/e2e.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 014c43d73..a6a05e756 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -30,7 +30,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v2 - name: Install dependencies run: | |
