File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 - run : echo ${{ github.event.inputs.packageversion }}
3232
3333 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
34- - uses : actions/checkout@v3
34+ - uses : actions/checkout@v4
3535 with :
3636 submodules : true
3737
Original file line number Diff line number Diff line change 2424 # Steps represent a sequence of tasks that will be executed as part of the job
2525 steps :
2626 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
2828 with :
2929 submodules : true
3030
Original file line number Diff line number Diff line change 2929 path : validation-service-fhir-r4
3030
3131 - name : Cache Maven packages
32- uses : actions/cache@v3
32+ uses : actions/cache@v4
3333 with :
3434 path : ~/.m2
3535 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout repo content
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616 - name : Set up python
17- uses : actions/setup-python@v4
17+ uses : actions/setup-python@v5
1818 with :
1919 python-version : 3.x
2020 - name : Install dependencies
2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : checkout repo content
31- uses : actions/checkout@v3
31+ uses : actions/checkout@v4
3232 - name : Install dependencies
3333 run : |
3434 sudo apt install python3-bs4 python3-dnspython python3-requests
4848 runs-on : ubuntu-latest
4949 steps :
5050 - name : checkout repo content
51- uses : actions/checkout@v3
51+ uses : actions/checkout@v4
5252 - name : Set up python
53- uses : actions/setup-python@v4
53+ uses : actions/setup-python@v5
5454 with :
5555 python-version : 3.x
5656 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments