diff --git a/.github/workflows/optimize.yml b/.github/workflows/optimize.yml index 617268fe..a0a4d4a5 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@v6 - 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..d1855e80 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@v6 - name: Install dependencies run: | sudo apt update diff --git a/.github/workflows/sync-slack.yml b/.github/workflows/sync-slack.yml index b442a40d..06b883d7 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@v6 - 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 3598c7e1..62a9f933 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@v6 - 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