You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2023/04/10 21:59:38 UTC

[iceberg] branch master updated: Build: Bump actions/stale from 7.0.0 to 8.0.0 (#7200)

This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 4be7d49a2e Build: Bump actions/stale from 7.0.0 to 8.0.0 (#7200)
4be7d49a2e is described below

commit 4be7d49a2ecb74b336a3be726d22deb6033f4810
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 10 23:59:32 2023 +0200

    Build: Bump actions/stale from 7.0.0 to 8.0.0 (#7200)
    
    Bumps [actions/stale](https://github.com/actions/stale) from 7.0.0 to 8.0.0.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/actions/stale/compare/v7.0.0...v8.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/workflows/stale.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 0c29a1b78b..cb95148ff8 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -30,7 +30,7 @@ jobs:
   stale:
     runs-on: ubuntu-22.04
     steps:
-      - uses: actions/stale@v7.0.0
+      - uses: actions/stale@v8.0.0
         with:
           stale-issue-label: 'stale'
           exempt-issue-labels: 'not-stale'