File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 name : Update with latest meetup events
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313
1414 - name : Get RSS Feed
1515
Original file line number Diff line number Diff line change 1919 env :
2020 LHCI_GITHUB_TOKEN : ${{ secrets.LHCI_GITHUB_TOKEN }}
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 - uses : actions/setup-node@v6
2424 with :
2525 node-version : ' 18'
3535 # Steps represent a sequence of tasks that will be executed as part of the job
3636 steps :
3737 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
38- - uses : actions/checkout@v5
38+ - uses : actions/checkout@v6
3939
4040 - name : Testing Options
4141 id : validate
You can’t perform that action at this time.
0 commit comments