File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout repository
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v5
1212
1313 - name : Cache dependencies
1414 uses : actions/cache@v4
3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout repository
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535
3636 - name : Get yarn cache directory path
3737 id : yarn-cache-dir-path
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v5
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 0
1919
Original file line number Diff line number Diff line change 2020 hello-world-composite-action :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - id : foo
2525 uses : remarkablemark/hello-world-composite-action@v1
2626 with :
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : ' Checkout Repository'
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 - name : ' Dependency Review'
2020 uses : actions/dependency-review-action@v4
Original file line number Diff line number Diff line change 99 - run : echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
1010 - run : echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
1111 - name : Check out repository code
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 - run : echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
1414 - run : echo "🖥️ The workflow is now ready to test your code on the runner."
1515 - name : List files in the repository
Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434
3535 - name : Setup Pages
3636 uses : actions/configure-pages@v5
Original file line number Diff line number Diff line change 3535 runs-on : ubuntu-latest
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939 - name : Output .nvmrc
4040 run : echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_OUTPUT
4141 id : nvm
Original file line number Diff line number Diff line change 77 build :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 # Setup .npmrc file to publish to npm
1212 - uses : actions/setup-node@v4
1313 with :
Original file line number Diff line number Diff line change 7575
7676 # https://cli.github.com/manual/gh_pr_comment
7777 - name : Checkout
78- uses : actions/checkout@v4
78+ uses : actions/checkout@v5
7979 - name : Add comment to PR
8080 run : gh pr comment ${{ github.event.number }} --body '[Hi from GitHub CLI](https://cli.github.com/manual/gh_pr_comment)'
8181 env :
You can’t perform that action at this time.
0 commit comments