Skip to content

Commit 8a1744d

Browse files
authored
ci: Update various github action versions (#6)
1 parent dc1bf10 commit 8a1744d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121

2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v4
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: 3.8
2626

@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: poetry install
3232

33-
- uses: launchdarkly/gh-actions/actions/verify-hello-app@verify-hello-app-v2.0.0
33+
- uses: launchdarkly/gh-actions/actions/verify-hello-app@verify-hello-app-v2.0.1
3434
with:
3535
use_server_key: true
3636
role_arn: ${{ vars.AWS_ROLE_ARN }}

0 commit comments

Comments
 (0)