diff options
| author | Daniil Baturin <daniil@vyos.io> | 2026-07-03 16:29:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-03 16:29:12 +0100 |
| commit | 6ac43f7097d7d8a538d157fdb0159aba8c3fd3bd (patch) | |
| tree | 9c7ec90dce87ceae6943cbe4abdff2d70b420eb9 | |
| parent | dda9045ba3dc04de3bbd21d21f7c359782a9526e (diff) | |
| download | vyconf-ci/add-build-test-workflow.tar.gz vyconf-ci/add-build-test-workflow.zip | |
Update the checkout action to v6ci/add-build-test-workflow
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4732f2c..f128e5c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: # Build-only job; do not leave the git token in .git/config for # later steps (e.g. the git-pinned vyos1x-config install). |
