Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
devcontainer-features
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eazydevelop-devcontainer-temp
devcontainer-features
Commits
79588ef3
Unverified
Commit
79588ef3
authored
Jan 17, 2023
by
Stephan
Committed by
GitHub
Jan 17, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
checkout action update (#404)
- updated the action checkout from v2 to 3 as required by action warning
parent
17262225
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
10 deletions
+10
-10
linter-automated.yaml
.github/workflows/linter-automated.yaml
+1
-1
linter-manual.yaml
.github/workflows/linter-manual.yaml
+1
-1
release.yaml
.github/workflows/release.yaml
+1
-1
test-all.yaml
.github/workflows/test-all.yaml
+3
-3
test-manual.yaml
.github/workflows/test-manual.yaml
+1
-1
test-pr.yaml
.github/workflows/test-pr.yaml
+2
-2
update-documentation.yml
.github/workflows/update-documentation.yml
+1
-1
No files found.
.github/workflows/linter-automated.yaml
View file @
79588ef3
...
...
@@ -9,7 +9,7 @@ jobs:
shellchecker
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Shell Linter
uses
:
azohra/shell-linter@v0.6.0
...
...
.github/workflows/linter-manual.yaml
View file @
79588ef3
...
...
@@ -15,7 +15,7 @@ jobs:
shellchecker
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Shell Linter
uses
:
azohra/shell-linter@v0.6.0
...
...
.github/workflows/release.yaml
View file @
79588ef3
...
...
@@ -10,7 +10,7 @@ jobs:
if
:
${{ github.ref == 'refs/heads/main' }}
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
"
Publish"
uses
:
devcontainers/action@v1
...
...
.github/workflows/test-all.yaml
View file @
79588ef3
...
...
@@ -51,7 +51,7 @@ jobs:
"
mcr.microsoft.com/devcontainers/base:debian"
,
]
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
"
Install
latest
devcontainer
CLI"
run
:
npm install -g @devcontainers/cli
...
...
@@ -94,7 +94,7 @@ jobs:
"
nix"
,
]
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
"
Install
latest
devcontainer
CLI"
run
:
npm install -g @devcontainers/cli
...
...
@@ -106,7 +106,7 @@ jobs:
runs-on
:
ubuntu-latest
continue-on-error
:
true
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
"
Install
latest
devcontainer
CLI"
run
:
npm install -g @devcontainers/cli
...
...
.github/workflows/test-manual.yaml
View file @
79588ef3
...
...
@@ -19,7 +19,7 @@ jobs:
test
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
"
Install
latest
devcontainer
CLI"
run
:
npm install -g @devcontainers/cli
...
...
.github/workflows/test-pr.yaml
View file @
79588ef3
...
...
@@ -58,7 +58,7 @@ jobs:
"
mcr.microsoft.com/devcontainers/base:debian"
,
]
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
"
Install
latest
devcontainer
CLI"
run
:
npm install -g @devcontainers/cli
...
...
@@ -74,7 +74,7 @@ jobs:
matrix
:
features
:
${{ fromJSON(needs.detect-changes.outputs.features) }}
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
"
Install
latest
devcontainer
CLI"
run
:
npm install -g @devcontainers/cli
...
...
.github/workflows/update-documentation.yml
View file @
79588ef3
...
...
@@ -10,7 +10,7 @@ jobs:
runs-on
:
ubuntu-latest
if
:
"
github.ref
==
'refs/heads/main'"
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Generate Documentation
uses
:
devcontainers/action@v1
...
...
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