Skip to content

Commit

Permalink
bump checkout action & license year
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Jan 13, 2024
1 parent 9c7be43 commit fd686f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
- "system"
# see supported python release schedule at https://devguide.python.org/versions/
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: getargv/getargv
path: getargv
token: ${{ secrets.GH_PAT }}
- name: Build libgetargv
run: make install_dylib
working-directory: getargv
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: getargv.py
- name: Set up Python ${{ matrix.python-version }}
Expand Down
3 changes: 1 addition & 2 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
BSD 3-Clause License

Copyright (c) 2023
Camden Narzt <getargv@narzt.cam>. All rights reserved.
Copyright (c) 2023, 2024 Camden Narzt <getargv@narzt.cam>. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down

0 comments on commit fd686f0

Please sign in to comment.