From f9a62c01c688587b6f66b66d3ea5bce378ed0569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 19:45:32 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/optimize.yml | 2 +- .github/workflows/reports.yml | 2 +- .github/workflows/sync-slack.yml | 2 +- .github/workflows/sync.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/optimize.yml b/.github/workflows/optimize.yml index 617268fe..2834d3c7 100644 --- a/.github/workflows/optimize.yml +++ b/.github/workflows/optimize.yml @@ -18,7 +18,7 @@ jobs: AWS_REGION: ${{ secrets.AWS_REGION }} TRINO_VERSION: 476 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Start Trino run: | mkdir -p $(pwd)/hive-cache && chmod go+w $(pwd)/hive-cache diff --git a/.github/workflows/reports.yml b/.github/workflows/reports.yml index f9667dc7..edad0ca2 100644 --- a/.github/workflows/reports.yml +++ b/.github/workflows/reports.yml @@ -22,7 +22,7 @@ jobs: TRINO_VERSION: 476 TRINO_GIT_VERSION: "0.98" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install dependencies run: | sudo apt update diff --git a/.github/workflows/sync-slack.yml b/.github/workflows/sync-slack.yml index b442a40d..c19fd0e9 100644 --- a/.github/workflows/sync-slack.yml +++ b/.github/workflows/sync-slack.yml @@ -24,7 +24,7 @@ jobs: SYNC_CHANNELS: announcements,python,kubernetes,iceberg,delta-lake,trino-gateway,trino-gateway-dev,core-dev,dev,troubleshooting,beginner SYNC_TABLES: users,channels,channel_members,messages,replies steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Download trino-rest run: | curl -fLOsS https://github.com/nineinchnick/trino-rest/releases/download/v$TRINO_REST_VERSION/trino-rest-slack-$TRINO_REST_VERSION.zip diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index c1d8fcdb..3107bb4f 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -27,7 +27,7 @@ jobs: # TODO temporarily removed artifacts since they're causing OOMs, figure out a different way to fetch them SYNC_TABLES: runs,jobs,steps,check_suites,check_runs,check_run_annotations,pulls,pull_commits,pull_stats,review_comments,reviews,issues,issue_comments,commits steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Download trino-rest run: | curl -fLOsS https://github.com/nineinchnick/trino-rest/releases/download/v$TRINO_REST_VERSION/trino-rest-github-$TRINO_REST_VERSION.zip