Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 52f1122

Browse filesBrowse files
authored
Merge branch 'actions:main' into main
2 parents b33ba34 + 19dfb7b commit 52f1122
Copy full SHA for 52f1122

File tree

Expand file treeCollapse file tree

2 files changed

+6
-8
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+6
-8
lines changed

‎.github/workflows/publish-immutable-actions.yml

Copy file name to clipboardExpand all lines: .github/workflows/publish-immutable-actions.yml
+2-4Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Publish Immutable Action Version'
22

33
on:
44
release:
5-
types: [created]
5+
types: [published]
66

77
jobs:
88
publish:
@@ -17,6 +17,4 @@ jobs:
1717
uses: actions/checkout@v4
1818
- name: Publish
1919
id: publish
20-
uses: actions/publish-immutable-action@0.0.1
21-
with:
22-
github-token: ${{ secrets.GITHUB_TOKEN }}
20+
uses: actions/publish-immutable-action@0.0.3

‎README.md

Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
- uses: actions/checkout@v4
2222
- uses: actions/setup-python@v5
2323
with:
24-
python-version: '3.10'
24+
python-version: '3.12'
2525
- run: python my_script.py
2626
```
2727
@@ -31,7 +31,7 @@ steps:
3131
- uses: actions/checkout@v4
3232
- uses: actions/setup-python@v5
3333
with:
34-
python-version: 'pypy3.9'
34+
python-version: 'pypy3.10'
3535
- run: python my_script.py
3636
```
3737
@@ -41,7 +41,7 @@ steps:
4141
- uses: actions/checkout@v4
4242
- uses: actions/setup-python@v5
4343
with:
44-
python-version: 'graalpy-22.3'
44+
python-version: 'graalpy-24.0'
4545
- run: python my_script.py
4646
```
4747
@@ -76,7 +76,7 @@ steps:
7676
- uses: actions/checkout@v4
7777
- uses: actions/setup-python@v5
7878
with:
79-
python-version: '3.9'
79+
python-version: '3.12'
8080
cache: 'pip' # caching pip dependencies
8181
- run: pip install -r requirements.txt
8282
```

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.