Skip to content

Commit 7b90176

Browse files
authored
Upgrade GitHub actions (#333)
1 parent 1240501 commit 7b90176

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/actions/windows_actions/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ runs:
55
using: "composite"
66
steps:
77
- name: Checkout libiconv
8-
uses: actions/checkout@v4
8+
uses: actions/checkout@v6
99
with:
1010
repository: kiyolee/libiconv-win-build
1111
ref: dff1030d222ba934e0f4a9cdab9c34134f072f68 # v1.18
1212
path: libiconv-win-build
1313
persist-credentials: false
1414

1515
- name: Checkout zlib
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717
with:
1818
repository: kiyolee/zlib-win-build
1919
ref: 30623e05e64fe4b97f2073ddaf8d3ba0e99d7249
2020
path: zlib-win-build
2121
persist-credentials: false
2222

2323
- name: Add msbuild to PATH
24-
uses: microsoft/setup-msbuild@v2
24+
uses: microsoft/setup-msbuild@v3
2525

2626
- name: Build libiconv
2727
run: |

.github/workflows/ci.yml

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

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

1818
- name: Set up Python
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: "3.13"
2222

0 commit comments

Comments
 (0)