Skip to content

Commit abd8864

Browse files
actions/checkout
1 parent 7b91d47 commit abd8864

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@master
2525

2626
- name: Log in to the Container registry
2727
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@master
1414
- name: Set up docker
1515
uses: docker-practice/actions-setup-docker@master
1616
- name: Run postgres

0 commit comments

Comments
 (0)