Skip to content

Commit d702910

Browse files
authored
Merge pull request #287 from python-discord/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 40c47ea + 2a7fdc7 commit d702910

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/forms-backend.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717

1818
- name: Install Python Dependencies
1919
uses: HassanAbouelela/actions/setup-python@setup-python_v1.6.0
@@ -65,7 +65,7 @@ jobs:
6565
echo "::set-output name=tag::$tag"
6666
6767
- name: Checkout repository
68-
uses: actions/checkout@v2
68+
uses: actions/checkout@v4
6969

7070
- name: Setup Docker BuildX
7171
uses: docker/setup-buildx-action@v1
@@ -105,7 +105,7 @@ jobs:
105105
echo "::set-output name=tag::$tag"
106106
107107
- name: Checkout repository
108-
uses: actions/checkout@v2
108+
uses: actions/checkout@v4
109109

110110
- name: Authenticate with Kubernetes
111111
uses: azure/k8s-set-context@v1

0 commit comments

Comments
 (0)