Skip to content

Commit 2177dd6

Browse files
committed
Updated checkout action
1 parent 9d7dffa commit 2177dd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
7+
- uses: actions/checkout@v5
88
- run: sudo apt-get update && sudo apt-get install dub ldc
99
- uses: ankane/setup-postgres@v1
1010
with:

0 commit comments

Comments
 (0)