diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 0b5e3d9..ae7b3dd 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure Git run: | @@ -29,7 +29,7 @@ jobs: pip3 install -r tools/requirements.txt ".[docs]" - name: Clone modm-ext/data.modm.io repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: modm-ext/data.modm.io ssh-key: ${{secrets.SSH_KEY_DATA_MODM_IO}} diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 6e69395..be66f61 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -16,7 +16,7 @@ jobs: id-token: write steps: - name: Clone repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python 3.12 uses: actions/setup-python@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eba2677..c0206cc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,10 +10,10 @@ jobs: steps: - name: Check out Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check out Test Docs Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: modm-ext/modm-data-test-docs path: ext/test/regression diff --git a/.github/workflows/update-archives.yml b/.github/workflows/update-archives.yml index 82e014d..67d34fc 100644 --- a/.github/workflows/update-archives.yml +++ b/.github/workflows/update-archives.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Check out Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure Git run: | @@ -32,7 +32,7 @@ jobs: # This cache repository is private since copyright prevents republishing! # Nicely ask @salkinium for access to this repository. - name: Check out STMicro PDF Archive - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: modm-ext/archive-stmicro-pdf path: ext/stmicro/pdf @@ -56,7 +56,7 @@ jobs: # This cache repository is private since copyright prevents republishing! # Nicely ask @salkinium for access to this repository. - name: Check out STMicro HTML Archive - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: modm-ext/archive-stmicro-html path: ext/stmicro/html-archive @@ -90,7 +90,7 @@ jobs: steps: - name: Check out Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure Git run: | @@ -111,7 +111,7 @@ jobs: # This cache repository is private since copyright prevents republishing! # Nicely ask @salkinium for access to this repository. - name: Check out STMicro CubeProg Archive - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: modm-ext/archive-stmicro-cubeprog path: ext/stmicro/cubeprog @@ -135,7 +135,7 @@ jobs: # This cache repository is private since copyright prevents republishing! # Nicely ask @salkinium for access to this repository. - name: Check out STMicro CubeMX Archive - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: modm-ext/archive-stmicro-cubemx path: ext/stmicro/cubemx