Skip to content

Commit

Permalink
Upgrade actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Feb 12, 2024
1 parent d9f0179 commit b576262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id: go

- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up PostgreSQL databases
uses: docker://quay.io/acoustid/postgresql:master
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
steps:

- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download binaries
uses: actions/download-artifact@v1
Expand Down

0 comments on commit b576262

Please sign in to comment.