File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 # Need the repo checked out in order to read the file
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - id : get_versions
1717 run : cat circleci/images/PG_VERSIONS >> $GITHUB_OUTPUT
1818 outputs :
@@ -37,10 +37,10 @@ jobs:
3737
3838 steps : &build_images_per_pg_steps
3939 - name : Checkout repository
40- uses : actions/checkout@v4
40+ uses : actions/checkout@v5
4141
4242 - name : ' Login to GitHub Container Registry'
43- uses : docker/login-action@v3
43+ uses : docker/login-action@v4
4444 with :
4545 registry : ghcr.io
4646 username : ${{ github.actor }}
@@ -71,10 +71,10 @@ jobs:
7171
7272 steps : &build_shared_image_steps
7373 - name : Checkout repository
74- uses : actions/checkout@v4
74+ uses : actions/checkout@v5
7575
7676 - name : ' Login to GitHub Container Registry'
77- uses : docker/login-action@v3
77+ uses : docker/login-action@v4
7878 with :
7979 registry : ghcr.io
8080 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments