WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 8c65436

Browse files
committed
Update GH actions
1 parent 67e6b87 commit 8c65436

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ci.yml.ecr

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ on:
1717
config.merge(os: ubuntu, os_ver: "22.04", sfml: "2.5.1", crystal: "nightly"),
1818
config.merge(os: ubuntu, os_ver: "22.04"),
1919
config.merge(docker: "crystallang/crystal:1.5.1-build", os: ubuntu, os_ver: "22.04", sfml_pkg: true, sfml: "2.4.2", crystal: "1.5.1"),
20-
config.merge(os: mac, os_ver: "13", sfml: "2.5.1"),
21-
config.merge(os: mac, os_ver: "13", sfml: homebrew, crystal: homebrew, sfml_pkg: true),
20+
config.merge(os: mac, os_ver: "15-intel", sfml: "2.5.1"),
21+
config.merge(os: mac, os_ver: "15-intel", sfml: homebrew, crystal: homebrew, sfml_pkg: true),
2222
config.merge(os: windows, crystal: "nightly"),
2323
] %>
2424
<% all = {ubuntu, mac, windows} %>
@@ -48,7 +48,7 @@ jobs:
4848
<% end %>
4949
steps:
5050
- name: Download CrSFML source
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v6
5252
- name: Install SFML
5353
id: sfml
5454
uses: oprypin/install-sfml@v1

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Download source
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v6
1313
- name: Install Crystal
1414
uses: oprypin/install-crystal@v1
1515
- name: Install Python
16-
uses: actions/setup-python@v5
16+
uses: actions/setup-python@v6
1717
with:
1818
python-version: '3.11'
1919
- name: Install dependencies
2020
run: pip install --no-deps -r requirements/requirements-docs.txt
2121
- name: Build site
2222
run: LINT=true mkdocs build --strict
2323
- name: Upload to GitHub Pages
24-
uses: actions/upload-pages-artifact@v3
24+
uses: actions/upload-pages-artifact@v4
2525
with:
2626
path: site
2727
deploy:

.github/workflows/validate-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Install Crystal
14-
uses: oprypin/install-crystal@v1
14+
uses: crystal-lang/install-crystal@v1
1515
- name: Download sources
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v6
1717
- name: Generate config
1818
run: crystal run .github/workflows/generate.cr
1919
- name: Validate freshness

0 commit comments

Comments
 (0)