diff options
| author | Daniil Baturin <daniil@vyos.io> | 2026-05-12 13:12:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-12 13:12:17 +0100 |
| commit | 6b08e45846703f054f8c284e95cdde4316ea55aa (patch) | |
| tree | 2ca625bbf2f9d47624c7e71a5884170f4953eb4f | |
| parent | 086ddbe1dbec577cfbdfc2d8197bb45e4ddfd139 (diff) | |
| parent | 2d838256c03a32f0564a62d7a44cbdb1036d438b (diff) | |
| download | vyos-cloud-init-6b08e45846703f054f8c284e95cdde4316ea55aa.tar.gz vyos-cloud-init-6b08e45846703f054f8c284e95cdde4316ea55aa.zip | |
Merge pull request #96 from vyos/T8463-current
T8463: Update GitHub actions to latest versions [vyos-cloud-init]
| -rw-r--r-- | .github/workflows/cla.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/stale.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 8a0b2c07..8fc1f4c1 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v6 - name: Check CLA signing status for ${{ github.event.pull_request.user.login }} run: | cat > unsigned-cla.txt <<EOF diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index c763dafd..64bdf4d3 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/stale@v1 + - uses: actions/stale@v10 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 14 |
