diff options
| author | asklymenko <a.klymenko@vyos.io> | 2026-05-11 17:02:01 +0300 |
|---|---|---|
| committer | asklymenko <a.klymenko@vyos.io> | 2026-05-11 17:02:01 +0300 |
| commit | 2d838256c03a32f0564a62d7a44cbdb1036d438b (patch) | |
| tree | 455cc4c887d164ead865ce35008b59d0d95351ee /.github/workflows | |
| parent | 9ad8731f281625936e5578ac703109b87b5d8254 (diff) | |
| download | vyos-cloud-init-2d838256c03a32f0564a62d7a44cbdb1036d438b.tar.gz vyos-cloud-init-2d838256c03a32f0564a62d7a44cbdb1036d438b.zip | |
T8463: Update GitHub actions to latest versions [vyos-cloud-init]
Diffstat (limited to '.github/workflows')
| -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 |
