Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp-module-privacyidea
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
Perun ProxyIdP
simplesamlphp-module-privacyidea
Commits
26ff650b
Unverified
Commit
26ff650b
authored
Aug 19, 2022
by
Pavel Břoušek
Committed by
GitHub
Aug 19, 2022
Browse files
Options
Downloads
Plain Diff
Merge pull request #9 from CESNET/renovate/actions-checkout-3.x
chore(deps): update actions/checkout action to v3
parents
f704e7b5
9c319c55
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/check_and_release.yml
+5
-5
5 additions, 5 deletions
.github/workflows/check_and_release.yml
with
5 additions
and
5 deletions
.github/workflows/check_and_release.yml
+
5
−
5
View file @
26ff650b
...
@@ -14,7 +14,7 @@ jobs:
...
@@ -14,7 +14,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
Checkout
-
name
:
Checkout
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
with
:
with
:
fetch-depth
:
0
fetch-depth
:
0
-
name
:
Setup Node.js
-
name
:
Setup Node.js
...
@@ -37,7 +37,7 @@ jobs:
...
@@ -37,7 +37,7 @@ jobs:
php-version
:
[
7.4
,
8.0
]
php-version
:
[
7.4
,
8.0
]
composer-version
:
[
1
,
2
]
composer-version
:
[
1
,
2
]
steps
:
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Cache Composer dependencies
-
name
:
Cache Composer dependencies
uses
:
actions/cache@v3
uses
:
actions/cache@v3
with
:
with
:
...
@@ -53,7 +53,7 @@ jobs:
...
@@ -53,7 +53,7 @@ jobs:
name
:
Easy coding standard
name
:
Easy coding standard
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Cache Composer dependencies
-
name
:
Cache Composer dependencies
uses
:
actions/cache@v3
uses
:
actions/cache@v3
with
:
with
:
...
@@ -72,7 +72,7 @@ jobs:
...
@@ -72,7 +72,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
Checkout
-
name
:
Checkout
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
with
:
with
:
fetch-depth
:
0
fetch-depth
:
0
-
name
:
Setup Node.js
-
name
:
Setup Node.js
...
@@ -93,7 +93,7 @@ jobs:
...
@@ -93,7 +93,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
Checkout
-
name
:
Checkout
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
with
:
with
:
fetch-depth
:
0
fetch-depth
:
0
-
name
:
Setup Node.js
-
name
:
Setup Node.js
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment