From fd686f0fe1c128304c2e6807f03df9fd61dcc1b7 Mon Sep 17 00:00:00 2001 From: Camden Narzt Date: Sat, 13 Jan 2024 12:02:42 -0700 Subject: [PATCH] bump checkout action & license year --- .github/workflows/python-package.yml | 4 ++-- LICENSE.txt | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 66bb2cb..11cd2ae 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -26,7 +26,7 @@ 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 @@ -34,7 +34,7 @@ jobs: - 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 }} diff --git a/LICENSE.txt b/LICENSE.txt index fbce797..53fdf14 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,7 +1,6 @@ BSD 3-Clause License -Copyright (c) 2023 -Camden Narzt . All rights reserved. +Copyright (c) 2023, 2024 Camden Narzt . All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: