diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index b7f6ec2f5..b66519802 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -29,7 +29,7 @@ jobs: id: go - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Build run: | @@ -65,7 +65,7 @@ jobs: IP_FAMILY: ${{ matrix.ipFamily }} steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Enable ipv4 and ipv6 forwarding run: |