Skip to content

Commit 12d57bf

Browse files
authored
Bump GitHub Actions (temporalio#121)
1 parent a7c04d4 commit 12d57bf

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
@@ -30,10 +30,10 @@ jobs:
3030
steps:
3131
- name: Print build information
3232
run: "echo head_ref: ${{ github.head_ref }}, ref: ${{ github.ref }}, os: ${{ matrix.os }}, python: ${{ matrix.python }}"
33-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v4
3434
with:
3535
submodules: recursive
36-
- uses: actions/setup-python@v4
36+
- uses: actions/setup-python@v5
3737
with:
3838
python-version: ${{ matrix.python }}
3939
# Using fixed Poetry version until

0 commit comments

Comments
 (0)