From f525d6c911c01eef4801e422c1e0d0e3e6c77723 Mon Sep 17 00:00:00 2001 From: Raphael Boidol Date: Sat, 24 Feb 2024 11:08:52 +0100 Subject: [PATCH] docs: update checkout action --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74a6290..40172da 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Run [pg\_dump](https://www.postgresql.org/docs/9.6/app-pgdump.html) to generate ```yaml ... steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Postgres Dump Backup uses: tj-actions/pg-dump@v3 with: @@ -31,7 +31,7 @@ Run [pg\_dump](https://www.postgresql.org/docs/9.6/app-pgdump.html) to generate ```yaml ... steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Postgres Dump Backup uses: tj-actions/pg-dump@v3 with: