Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nerfacc
Commits
15e4430f
Commit
15e4430f
authored
Apr 06, 2023
by
Ruilong Li
Browse files
update workflow action versions
parent
1866ddb6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
.github/workflows/building.yml
.github/workflows/building.yml
+6
-6
.github/workflows/publish.yml
.github/workflows/publish.yml
+2
-2
No files found.
.github/workflows/building.yml
View file @
15e4430f
...
...
@@ -59,10 +59,10 @@ jobs:
cuda-version
:
'
cu102'
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Set up Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v
2
uses
:
actions/setup-python@v
4
with
:
python-version
:
${{ matrix.python-version }}
...
...
@@ -134,7 +134,7 @@ jobs:
shell
:
bash
-
name
:
Configure AWS
uses
:
aws-actions/configure-aws-credentials@v
1
uses
:
aws-actions/configure-aws-credentials@v
2
with
:
aws-access-key-id
:
${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key
:
${{ secrets.AWS_SECRET_ACCESS_KEY }}
...
...
@@ -150,10 +150,10 @@ jobs:
environment
:
production
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Set up Python
uses
:
actions/setup-python@v
2
uses
:
actions/setup-python@v
4
with
:
python-version
:
3.9
...
...
@@ -163,7 +163,7 @@ jobs:
pip install boto3
-
name
:
Configure AWS
uses
:
aws-actions/configure-aws-credentials@v
1
uses
:
aws-actions/configure-aws-credentials@v
2
with
:
aws-access-key-id
:
${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key
:
${{ secrets.AWS_SECRET_ACCESS_KEY }}
...
...
.github/workflows/publish.yml
View file @
15e4430f
...
...
@@ -14,9 +14,9 @@ jobs:
environment
:
production
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Set up Python
uses
:
actions/setup-python@v
1
uses
:
actions/setup-python@v
4
with
:
python-version
:
'
3.7'
-
name
:
Install dependencies
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment