Skip to content

Commit 304c4e8

Browse files
authored
Merge pull request #2496 from dolthub/db/checkout
/.github/workflows: bump actions checkout
2 parents a4d1b11 + 5e18051 commit 304c4e8

20 files changed

Lines changed: 21 additions & 21 deletions

.github/workflows/bump-dependency.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
outputs:
9292
latest-pr: ${{ steps.latest-pr.outputs.pr_url }}
9393
steps:
94-
- uses: actions/checkout@v4
94+
- uses: actions/checkout@v6
9595
with:
9696
token: ${{ secrets.GITHUB_TOKEN }}
9797
- name: Set up Go 1.x

.github/workflows/cd-create-release-notes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
EVENT_NAME: ${{ github.event_name }}
3030
- name: Checkout Release Notes Generator
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232
with:
3333
repository: dolthub/release-notes-generator
3434
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/cd-push-docker-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-22.04
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v6
3838
- name: Login to Docker Hub
3939
uses: docker/login-action@v3
4040
with:

.github/workflows/cd-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: windows-latest
2828
steps:
2929
- name: Checkout code
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131
with:
3232
token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN || secrets.REPO_ACCESS_TOKEN || secrets.GITHUB_TOKEN }}
3333
- name: Build SQL Syntax
@@ -52,7 +52,7 @@ jobs:
5252
release_id: ${{ steps.create_release.outputs.id }}
5353
steps:
5454
- name: Checkout code
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v6
5656
with:
5757
token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN || secrets.REPO_ACCESS_TOKEN || secrets.GITHUB_TOKEN }}
5858
- name: Build SQL Syntax

.github/workflows/ci-bats-unix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
use_credentials: ${{ secrets.AWS_SECRET_ACCESS_KEY != '' && secrets.AWS_ACCESS_KEY_ID != '' }}
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323
- name: Set up Go
2424
uses: actions/setup-go@v5
2525
with:

.github/workflows/ci-check-repo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
outputs:
1616
format: ${{ steps.should_format.outputs.format }}
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
with:
2020
submodules: true
2121
- name: Set up Go

.github/workflows/ci-postgres-client-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
[ -d /opt/ghc ] && sudo rm -rf /opt/ghc &
2222
[ -d /usr/local/share/boost ] && sudo rm -rf /usr/local/share/boost &
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525
- name: Set up Docker
2626
uses: docker/setup-docker-action@v4
2727
- name: Build Docker image

.github/workflows/ci-staticcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Run Staticcheck
1111
runs-on: ubuntu-22.04
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
with:
1515
submodules: true
1616
- name: Set up Go

.github/workflows/email-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
name: Email Team Members
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- name: Configure AWS Credentials
1818
uses: aws-actions/configure-aws-credentials@v4
1919
with:

.github/workflows/k8s-benchmark-latency.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Benchmark Performance
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
- uses: azure/setup-kubectl@v4
1919
with:
2020
version: 'v1.23.6'

0 commit comments

Comments
 (0)