Skip to content

Commit 61b659a

Browse files
Update actions/checkout action to v6
1 parent cbc8276 commit 61b659a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: read
1616
steps:
1717
- name: Checkout repo
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919

2020
- name: Configure AWS credentials
2121
uses: aws-actions/configure-aws-credentials@v5

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: read
1818
steps:
1919
- name: Checkout repo
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
- name: Configure AWS credentials
2323
uses: aws-actions/configure-aws-credentials@v5

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
DATABASE_URL: postgres://bors:bors@localhost:5432/bors
1414
steps:
1515
- name: Checkout sources
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
- name: Start containers
1919
run: docker compose up -d --wait
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- name: Checkout repo
53-
uses: actions/checkout@v5
53+
uses: actions/checkout@v6
5454
- uses: docker/setup-buildx-action@v3
5555
- name: Build the Docker image
5656
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)