File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212jobs :
1313 create-pod :
1414 # The type of runner that the job will run on
15- runs-on : ubuntu-22 .04
15+ runs-on : ubuntu-24 .04
1616
1717 # Steps represent a sequence of tasks that will be executed as part of the job
1818 steps :
1919 - name : Install Ubuntu dependencies
2020 run : |
2121 sudo apt-get update
2222 sudo apt-get install -y --no-install-recommends --no-install-suggests \
23- libpod-parser-perl
23+ libpod-parser-perl libmojolicious-perl
2424 - name : Checkout pg-docs code
2525 uses : actions/checkout@v3
2626 with :
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v3
33+ uses : actions/checkout@v4
3434 - name : Setup Pages
3535 uses : actions/configure-pages@v3
3636 - name : Upload artifact
37- uses : actions/upload-pages-artifact@v1
37+ uses : actions/upload-pages-artifact@v4
3838 with :
3939 # Upload entire repository
4040 path : ' .'
You can’t perform that action at this time.
0 commit comments