Skip to content

Commit

Permalink
Upgrade checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Jan 10, 2023
1 parent 236c3a3 commit 09c0dbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
sudo pg_ctlcluster 14 main start || true
sudo pg_lsclusters
sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pg_ctl -D /usr/local/var/postgres start
psql postgres -c "CREATE USER foo WITH PASSWORD 'bar';"
createdb -O foo foo
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
Expand Down

0 comments on commit 09c0dbd

Please sign in to comment.