File tree Expand file tree Collapse file tree 11 files changed +12
-12
lines changed Expand file tree Collapse file tree 11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout repository
11
- uses : actions/checkout@v4
11
+ uses : actions/checkout@v5
12
12
13
13
- name : Cache dependencies
14
14
uses : actions/cache@v4
31
31
runs-on : ubuntu-latest
32
32
steps :
33
33
- name : Checkout repository
34
- uses : actions/checkout@v4
34
+ uses : actions/checkout@v5
35
35
36
36
- name : Get yarn cache directory path
37
37
id : yarn-cache-dir-path
Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@v4
41
+ uses : actions/checkout@v5
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : Checkout repository
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@v5
17
17
with :
18
18
fetch-depth : 0
19
19
Original file line number Diff line number Diff line change 20
20
hello-world-composite-action :
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
- id : foo
25
25
uses : remarkablemark/hello-world-composite-action@v1
26
26
with :
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : ' Checkout Repository'
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
- name : ' Dependency Review'
20
20
uses : actions/dependency-review-action@v4
Original file line number Diff line number Diff line change 9
9
- run : echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
10
10
- run : echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
11
11
- name : Check out repository code
12
- uses : actions/checkout@v4
12
+ uses : actions/checkout@v5
13
13
- run : echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
14
14
- run : echo "🖥️ The workflow is now ready to test your code on the runner."
15
15
- name : List files in the repository
Original file line number Diff line number Diff line change 30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- name : Checkout
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
35
35
- name : Setup Pages
36
36
uses : actions/configure-pages@v5
Original file line number Diff line number Diff line change 35
35
runs-on : ubuntu-latest
36
36
steps :
37
37
- name : Checkout repository
38
- uses : actions/checkout@v4
38
+ uses : actions/checkout@v5
39
39
- name : Output .nvmrc
40
40
run : echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_OUTPUT
41
41
id : nvm
Original file line number Diff line number Diff line change 7
7
build :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v4
10
+ - uses : actions/checkout@v5
11
11
# Setup .npmrc file to publish to npm
12
12
- uses : actions/setup-node@v4
13
13
with :
Original file line number Diff line number Diff line change 75
75
76
76
# https://cli.github.com/manual/gh_pr_comment
77
77
- name : Checkout
78
- uses : actions/checkout@v4
78
+ uses : actions/checkout@v5
79
79
- name : Add comment to PR
80
80
run : gh pr comment ${{ github.event.number }} --body '[Hi from GitHub CLI](https://cli.github.com/manual/gh_pr_comment)'
81
81
env :
You can’t perform that action at this time.
0 commit comments