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 2022/12/26 20:07:37 UTC

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

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 93eda84f7a Build: Bump actions/stale from 6.0.1 to 7.0.0 (#6491)
93eda84f7a is described below

commit 93eda84f7ab7fe3924577d4af57a3cffbe8562ef
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 26 21:07:32 2022 +0100

    Build: Bump actions/stale from 6.0.1 to 7.0.0 (#6491)
    
    Bumps [actions/stale](https://github.com/actions/stale) from 6.0.1 to 7.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/v6.0.1...v7.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>
    
    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 f2b06ded65..9bf2f4d29b 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -30,7 +30,7 @@ jobs:
   stale:
     runs-on: ubuntu-20.04
     steps:
-      - uses: actions/stale@v6.0.1
+      - uses: actions/stale@v7.0.0
         with:
           stale-issue-label: 'stale'
           exempt-issue-labels: 'not-stale'