Skip to content

Commit 9296116

Browse files
committed
Chore dependency upgrade
1 parent 2e0ce2e commit 9296116

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
shell: bash
2323
steps:
2424
- name: Download source
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v3
2626
- name: Install Nim
27-
uses: jiro4989/setup-nim-action@de456899a933296efa9d86e050300c1d9cc7e446
27+
uses: jiro4989/setup-nim-action@23b5809a314afab9cacb55285d88ece6a35e38dc
2828
- name: Install dep
2929
run: nimble install -y opengl
3030
- name: Build examples
@@ -34,13 +34,15 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Download source
37-
uses: actions/checkout@v2
37+
uses: actions/checkout@v3
3838
- name: Install Python
39-
uses: actions/setup-python@v2
39+
uses: actions/setup-python@v4
40+
with:
41+
python-version: '3.x'
4042
- name: Install dep
4143
run: pip install pycparser
4244
- name: Download CSFML
43-
uses: actions/checkout@v2
45+
uses: actions/checkout@v3
4446
with:
4547
repository: SFML/CSFML
4648
ref: '2.5'

0 commit comments

Comments
 (0)