Skip to content

Bump actions/checkout from 3 to 4 #2

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #2

Workflow file for this run

---
name: Hello
on:
pull_request:
jobs:
say-hello:
name: Buongiorno a tutti
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- run: echo "Buongiorno a tutti"