Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
php-client
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
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
Perun ProxyIdP
php-client
Commits
280189d4
Unverified
Commit
280189d4
authored
3 years ago
by
Renovate Bot
Browse files
Options
Downloads
Patches
Plain Diff
chore(deps): update actions/checkout action to v3
parent
5f385176
No related branches found
No related tags found
1 merge request
!5
chore(deps): update actions/checkout action to v3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/check_and_release.yml
+6
-6
6 additions, 6 deletions
.github/workflows/check_and_release.yml
with
6 additions
and
6 deletions
.github/workflows/check_and_release.yml
+
6
−
6
View file @
280189d4
...
...
@@ -14,7 +14,7 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
with
:
fetch-depth
:
0
-
name
:
Setup Node.js
...
...
@@ -37,7 +37,7 @@ jobs:
php-version
:
[
7.4
,
8.0
]
composer-version
:
[
1
,
2
]
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Cache Composer dependencies
uses
:
actions/cache@v2
with
:
...
...
@@ -53,7 +53,7 @@ jobs:
name
:
Easy coding standard
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Cache Composer dependencies
uses
:
actions/cache@v2
with
:
...
...
@@ -71,7 +71,7 @@ jobs:
name
:
PHPUnit tests
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Cache Composer dependencies
uses
:
actions/cache@v2
with
:
...
...
@@ -96,7 +96,7 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
with
:
fetch-depth
:
0
-
name
:
Setup Node.js
...
...
@@ -118,7 +118,7 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
with
:
fetch-depth
:
0
-
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