Skip to content

Commit cdf3608

Browse files
committed
update gha versions
1 parent 2933cfd commit cdf3608

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-test-images.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)