Skip to content

Commit 7c719ad

Browse files
DOC: Update action commit SHA to the 0.6.4 tag (#163)
1 parent e76cfec commit 7c719ad

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
...
1414
- name: Upload wheel
15-
uses: scientific-python/upload-nightly-action@5748273c71e2d8d3a61f3a11a16421c8954f9ecf # 0.6.3
15+
uses: scientific-python/upload-nightly-action@e76cfec8a4611fd02808a801b0ff5a7d7c1b2d99 # 0.6.4
1616
with:
1717
artifacts_path: dist
1818
anaconda_nightly_upload_token: ${{secrets.UPLOAD_TOKEN}}
@@ -57,7 +57,7 @@ jobs:
5757
steps:
5858
...
5959
- name: Upload wheel
60-
uses: scientific-python/upload-nightly-action@5748273c71e2d8d3a61f3a11a16421c8954f9ecf # 0.6.3
60+
uses: scientific-python/upload-nightly-action@e76cfec8a4611fd02808a801b0ff5a7d7c1b2d99 # 0.6.4
6161
with:
6262
artifacts_path: dist
6363
anaconda_nightly_upload_organization: my-alternative-organization

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Upload Nightly
22
description: A GitHub Action to upload artifacts nightly
33
author: "Scientific-Python"
4-
version: "0.6.3"
4+
version: "0.6.4"
55

66
inputs:
77
artifacts_path:

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels = ["conda-forge"]
44
description = "Environment for the scientific-python/upload-nightly-action GitHub action"
55
name = "upload-nightly-action"
66
platforms = ["linux-64", "linux-aarch64", "osx-64", "osx-arm64", "win-64"]
7-
version = "0.6.3"
7+
version = "0.6.4"
88
requires-pixi = ">=0.67.0"
99
# month window to find security issues
1010
exclude-newer = "30d"

0 commit comments

Comments
 (0)