Skip to content

Commit

Permalink
Merge pull request #58 from cybertec-postgresql/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/actions/checkout-4

[+] bump `actions/checkout` from 3 to 4
  • Loading branch information
pashagolub authored Sep 5, 2023
2 parents 2956d94 + 786175a commit ea6e1ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: '3.11.4'

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build project # This would actually build your project, using zip for an example artifact
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: '3.11.4'

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

- name: Test
run: |
Expand Down

0 comments on commit ea6e1ac

Please sign in to comment.