Explorar o código

[dependencies] Update github-actions

renovate[bot] hai 1 ano
pai
achega
e4cc510712
Modificáronse 3 ficheiros con 6 adicións e 6 borrados
  1. 4 4
      .github/workflows/debug.yml
  2. 1 1
      .github/workflows/lint.yml
  3. 1 1
      .github/workflows/stale.yml

+ 4 - 4
.github/workflows/debug.yml

@@ -30,7 +30,7 @@ jobs:
         run: |
         run: |
           echo go_version=$(curl -s https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json | grep -oE '"version": "[0-9]{1}.[0-9]{1,}(.[0-9]{1,})?"' | head -1 | cut -d':' -f2 | sed 's/ //g; s/"//g') >> $GITHUB_OUTPUT
           echo go_version=$(curl -s https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json | grep -oE '"version": "[0-9]{1}.[0-9]{1,}(.[0-9]{1,})?"' | head -1 | cut -d':' -f2 | sed 's/ //g; s/"//g') >> $GITHUB_OUTPUT
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@v4
+        uses: actions/setup-go@v5
         with:
         with:
           go-version: ${{ steps.version.outputs.go_version }}
           go-version: ${{ steps.version.outputs.go_version }}
       - name: Add cache to Go proxy
       - name: Add cache to Go proxy
@@ -54,7 +54,7 @@ jobs:
         with:
         with:
           fetch-depth: 0
           fetch-depth: 0
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@v4
+        uses: actions/setup-go@v5
         with:
         with:
           go-version: 1.18.10
           go-version: 1.18.10
       - name: Cache go module
       - name: Cache go module
@@ -74,7 +74,7 @@ jobs:
         with:
         with:
           fetch-depth: 0
           fetch-depth: 0
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@v4
+        uses: actions/setup-go@v5
         with:
         with:
           go-version: 1.20.7
           go-version: 1.20.7
       - name: Cache go module
       - name: Cache go module
@@ -209,7 +209,7 @@ jobs:
         run: |
         run: |
           echo go_version=$(curl -s https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json | grep -oE '"version": "[0-9]{1}.[0-9]{1,}(.[0-9]{1,})?"' | head -1 | cut -d':' -f2 | sed 's/ //g; s/"//g') >> $GITHUB_OUTPUT
           echo go_version=$(curl -s https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json | grep -oE '"version": "[0-9]{1}.[0-9]{1,}(.[0-9]{1,})?"' | head -1 | cut -d':' -f2 | sed 's/ //g; s/"//g') >> $GITHUB_OUTPUT
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@v4
+        uses: actions/setup-go@v5
         with:
         with:
           go-version: ${{ steps.version.outputs.go_version }}
           go-version: ${{ steps.version.outputs.go_version }}
       - name: Build
       - name: Build

+ 1 - 1
.github/workflows/lint.yml

@@ -30,7 +30,7 @@ jobs:
         run: |
         run: |
           echo go_version=$(curl -s https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json | grep -oE '"version": "[0-9]{1}.[0-9]{1,}(.[0-9]{1,})?"' | head -1 | cut -d':' -f2 | sed 's/ //g; s/"//g') >> $GITHUB_OUTPUT
           echo go_version=$(curl -s https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json | grep -oE '"version": "[0-9]{1}.[0-9]{1,}(.[0-9]{1,})?"' | head -1 | cut -d':' -f2 | sed 's/ //g; s/"//g') >> $GITHUB_OUTPUT
       - name: Setup Go
       - name: Setup Go
-        uses: actions/setup-go@v4
+        uses: actions/setup-go@v5
         with:
         with:
           go-version: ${{ steps.version.outputs.go_version }}
           go-version: ${{ steps.version.outputs.go_version }}
       - name: golangci-lint
       - name: golangci-lint

+ 1 - 1
.github/workflows/stale.yml

@@ -8,7 +8,7 @@ jobs:
   stale:
   stale:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
-      - uses: actions/stale@v8
+      - uses: actions/stale@v9
         with:
         with:
           stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days'
           stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days'
           days-before-stale: 60
           days-before-stale: 60