diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a6070d7f..68fe6cdc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Black Code Formatter # You may pin to the exact commit or the version. diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 22ffb5c4..f7f25360 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -8,7 +8,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.3.0 + - uses: actions/checkout@v5.0.0 - name: Set up Python uses: actions/setup-python@v4.9.1 with: